New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wordscounter

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wordscounter - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

example/dist/index.js

6

package.json
{
"name": "wordscounter",
"version": "1.0.1",
"version": "1.0.2",
"description": "A words counter library",

@@ -14,4 +14,6 @@ "main": "./dist/index.js",

"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1"
"babel-preset-es2015": "^6.24.1",
"lorem-ipsum": "^1.0.4",
"webpack": "^3.4.1"
}
}

@@ -5,2 +5,5 @@ `wordscounter` is a simple library feet to count the number of occurences of words in a string.

## Installation
run `npm install --save wordscounter` in your root folder.
Run `npm install --save wordscounter` in your root folder.
## Example
execute `example/index.html` and open your console, the JavaScript asset is already pre-build with webpack.

@@ -7,3 +7,3 @@ 'use strict';

*
* @param {string} text
* @param {string} text : the text provided
*

@@ -10,0 +10,0 @@ * @return {Object}

Sorry, the diff of this file is not supported yet

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