word-stream
Advanced tools
+1
-1
@@ -17,3 +17,3 @@ #!/usr/bin/env node | ||
| fs.createReadStream('words.txt').pipe(process.stdout) | ||
| fs.createReadStream(__dirname + '/words.txt').pipe(process.stdout) | ||
| .on('error', process.stderr.write.bind(process.stderr)); |
+1
-1
| { | ||
| "name": "word-stream", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Returns a stream of English words", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
2815075
0