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

common-english-words

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

common-english-words - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

index.js

@@ -17,3 +17,3 @@ var fs = require('fs');

var rd = readline.createInterface({
input: fs.createReadStream(path.resolve() + '/1000-common-words.txt'),
input: fs.createReadStream('1000-common-words.txt'),
output: process.stdout,

@@ -20,0 +20,0 @@ terminal: false

{
"name": "common-english-words",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

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

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