node-stream
Advanced tools
Comparing version 0.0.6 to 1.0.0
{ | ||
"name": "node-stream", | ||
"version": "0.0.6", | ||
"description": "Utilities for working with node streams.", | ||
"main": "index.js", | ||
"version": "1.0.0", | ||
"description": "Utilities for consuming, creating and manipulating node streams.", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "mocha -R spec", | ||
"coverage": "istanbul cover --dir coverage node_modules/mocha/bin/_mocha", | ||
"grandma": "grandma" | ||
"test": "gulp test", | ||
"coverage": "gulp coverage", | ||
"docs": "gulp docs", | ||
"build": "gulp build" | ||
}, | ||
@@ -17,5 +18,10 @@ "repository": { | ||
"streams", | ||
"wait", | ||
"consume", | ||
"create", | ||
"manipulate", | ||
"forEach", | ||
"util" | ||
"map", | ||
"reduce", | ||
"filter", | ||
"pipeline" | ||
], | ||
@@ -25,3 +31,2 @@ "files": [ | ||
"README.md", | ||
"index.js", | ||
"lib/" | ||
@@ -36,12 +41,24 @@ ], | ||
"devDependencies": { | ||
"beeper": "^1.1.0", | ||
"chai": "^3.5.0", | ||
"codeclimate-test-reporter": "^0.3.1", | ||
"grandma": "0.0.16", | ||
"istanbul": "^0.4.3", | ||
"lodash": "^4.12.0", | ||
"mocha": "^2.4.5" | ||
"codeclimate-test-reporter": "^0.3.3", | ||
"eslint-config-stezu": "^0.1.1", | ||
"gulp": "^3.9.1", | ||
"gulp-eslint": "^2.1.0", | ||
"gulp-if": "^2.0.1", | ||
"gulp-istanbul": "^1.0.0", | ||
"gulp-mocha": "^3.0.1", | ||
"gulp-sequence": "^0.4.5", | ||
"jsdoc": "^3.4.2", | ||
"lodash": "^4.15.0", | ||
"minami": "^1.1.1" | ||
}, | ||
"dependencies": { | ||
"split": "^1.0.0" | ||
"split2": "^2.1.0", | ||
"stream-combiner2": "^1.1.1", | ||
"through2": "^2.0.1" | ||
}, | ||
"engines": { | ||
"node": ">=0.12" | ||
} | ||
} |
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
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
20667
613
0
0
33
3
13
1
+ Addedsplit2@^2.1.0
+ Addedstream-combiner2@^1.1.1
+ Addedthrough2@^2.0.1
+ Addedcore-util-is@1.0.3(transitive)
+ Addedduplexer2@0.1.4(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedsplit2@2.2.0(transitive)
+ Addedstream-combiner2@1.1.1(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedthrough2@2.0.5(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedxtend@4.0.2(transitive)
- Removedsplit@^1.0.0
- Removedsplit@1.0.1(transitive)
- Removedthrough@2.3.8(transitive)