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

@thang2162/wordfrequency

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thang2162/wordfrequency - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@thang2162/wordfrequency",
"version": "1.0.1",
"version": "1.0.2",
"description": "A simple script to count the frequency of words in a string.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,5 +5,9 @@ # WordFrequency

# Installation
npm install @thang2162/WordFrequency --save
or <br />
yarn add @thang2162/WordFrequency
```
npm install @thang2162/wordfrequency --save
```
or
```
yarn add @thang2162/wordfrequency
```
# Arguments

@@ -22,3 +26,3 @@ 1. String (required) - String to be processed.

```javascript
import {WordFrequency} from '@thang2162/WordFrequency'
import {WordFrequency} from '@thang2162/wordfrequency'
const str = "With great power there must also come -- great responsibility.";

@@ -25,0 +29,0 @@

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