word-character-count
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "word-character-count", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Word and character count from html5 string", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -34,3 +34,4 @@ Word and character count from html5 string. | ||
CharacterCount: 20, | ||
WordCount: 3 | ||
WordCount: 3, | ||
words: "This endpoint works!" | ||
}; | ||
@@ -37,0 +38,0 @@ ``` |
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
3574
41