node-stream
Advanced tools
Comparing version 0.0.5 to 0.0.6
/* jshint node:true */ | ||
var split = require('split'); | ||
var first = require('./lib/first.js'); | ||
@@ -25,2 +27,3 @@ var firstObj = require('./lib/firstObj.js'); | ||
module.exports = { | ||
split: split, | ||
first: first, | ||
@@ -27,0 +30,0 @@ forEach: forEach, |
{ | ||
"name": "node-stream", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Utilities for working with node streams.", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"files": [ | ||
"LICENSE.md", | ||
"LICENSE", | ||
"README.md", | ||
@@ -41,3 +41,6 @@ "index.js", | ||
"mocha": "^2.4.5" | ||
}, | ||
"dependencies": { | ||
"split": "^1.0.0" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5648
139
0
1
+ Addedsplit@^1.0.0
+ Addedsplit@1.0.1(transitive)
+ Addedthrough@2.3.8(transitive)