read-file-stdin
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -0,1 +1,5 @@ | ||
0.0.4 - May 7, 2014 | ||
------------------------- | ||
* switch from `node-concat-stream` to `stream-to-array` | ||
0.0.3 - December 19, 2013 | ||
@@ -2,0 +6,0 @@ ------------------------- |
var concat = require('concat-stream'); | ||
var concat = require('stream-to-array'); | ||
var fs = require('fs'); | ||
@@ -22,2 +22,2 @@ | ||
concat(stream, callback); | ||
} | ||
} |
@@ -11,6 +11,6 @@ { | ||
], | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"license": "MIT", | ||
"dependencies": { | ||
"concat-stream": "visionmedia/node-concat-stream#0.0.1" | ||
"stream-to-array": "^1.0.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
2123
36
0
+ Addedstream-to-array@^1.0.0
+ Addedstream-to-array@1.0.0(transitive)