word-character-count
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -11,3 +11,4 @@ // word | ||
CharacterCount: 0, | ||
WordCount: 0 | ||
WordCount: 0, | ||
words: "" | ||
}; | ||
@@ -41,4 +42,5 @@ } | ||
WordCount: length, | ||
CharacterCount: character | ||
CharacterCount: character, | ||
words: htmlString | ||
}; | ||
}; |
{ | ||
"name": "word-character-count", | ||
"version": "0.1.3", | ||
"description": "Word and character count from html5 string", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"word-count", | ||
"character-count", | ||
"medium", | ||
"count", | ||
"html word count" | ||
], | ||
"author": { | ||
"name": "Otis Chiemezie", | ||
"email": "otisidevelop@gmail.com", | ||
"url": "https://www.github.com/otisidev" | ||
}, | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/otisidev/word-character-count" | ||
} | ||
"name": "word-character-count", | ||
"version": "0.1.4", | ||
"description": "Word and character count from html5 string", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"word-count", | ||
"character-count", | ||
"medium", | ||
"count", | ||
"html word count" | ||
], | ||
"author": { | ||
"name": "Otis Chiemezie", | ||
"email": "otisidevelop@gmail.com", | ||
"url": "https://www.github.com/otisidev" | ||
}, | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/otisidev/word-character-count" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3541
38