New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0 to 1.0.1

2

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

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

@@ -20,7 +20,4 @@ # WordFrequency

# Usage
```html
<!DOCTYPE html>
<html>
<script type="module">
import {WordCounter} from './WordCounter.js'
```javascript
import {WordFrequency} from '@thang2162/WordFrequency'
const str = "With great power there must also come -- great responsibility.";

@@ -31,5 +28,2 @@

});
</script>
</html>
```

@@ -36,0 +30,0 @@ # CDN

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