Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

word-character-count

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

word-character-count - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

index.js

@@ -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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc