word-stream
Advanced tools
+4
-6
@@ -7,10 +7,8 @@ #!/usr/bin/env node | ||
| meow({ | ||
| help: [ | ||
| 'Usage', | ||
| ' word-stream' | ||
| ].join('\n') | ||
| }); | ||
| meow([ | ||
| 'Usage', | ||
| ' $ word-stream' | ||
| ]); | ||
| fs.createReadStream(wordListPath).pipe(process.stdout) | ||
| .on('error', process.stderr.write.bind(process.stderr)); |
+4
-5
| { | ||
| "name": "word-stream", | ||
| "version": "1.0.1", | ||
| "version": "1.1.0", | ||
| "description": "Returns a stream of English words", | ||
| "license": "MIT", | ||
| "bin": "cli.js", | ||
| "repository": "sindresorhus/word-stream", | ||
@@ -13,2 +12,3 @@ "author": { | ||
| }, | ||
| "bin": "cli.js", | ||
| "engines": { | ||
@@ -27,3 +27,2 @@ "node": ">=0.10.0" | ||
| "cli", | ||
| "bin", | ||
| "word", | ||
@@ -40,4 +39,4 @@ "words", | ||
| "dependencies": { | ||
| "meow": "^3.1.0", | ||
| "split": "^0.3.0", | ||
| "meow": "^3.5.0", | ||
| "split": "^1.0.0", | ||
| "word-list": "^1.0.0" | ||
@@ -44,0 +43,0 @@ }, |
+4
-4
@@ -10,3 +10,3 @@ # word-stream [](https://travis-ci.org/sindresorhus/word-stream) | ||
| ```sh | ||
| ``` | ||
| $ npm install --save word-stream | ||
@@ -45,11 +45,11 @@ ``` | ||
| ```sh | ||
| ``` | ||
| $ npm install --global word-stream | ||
| ``` | ||
| ```sh | ||
| ``` | ||
| $ word-stream --help | ||
| Usage | ||
| word-stream | ||
| $ word-stream | ||
| ``` | ||
@@ -56,0 +56,0 @@ |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
3392
-1.11%16
-11.11%+ Added
- Removed
Updated
Updated