Comparing version 1.5.1 to 2.0.0
{ | ||
"name": "pumpify", | ||
"version": "1.5.1", | ||
"version": "2.0.0", | ||
"description": "Combine an array of streams into a single duplex stream using pump and duplexify", | ||
"main": "index.js", | ||
"dependencies": { | ||
"duplexify": "^3.6.0", | ||
"duplexify": "^4.1.1", | ||
"inherits": "^2.0.3", | ||
"pump": "^2.0.0" | ||
"pump": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"tape": "^4.8.0", | ||
"through2": "^2.0.3" | ||
"tape": "^4.10.2", | ||
"through2": "^3.0.1" | ||
}, | ||
@@ -15,0 +15,0 @@ "scripts": { |
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
10156
+ Addedduplexify@4.1.3(transitive)
+ Addedpump@3.0.2(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedstring_decoder@1.3.0(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedduplexify@3.7.1(transitive)
- Removedisarray@1.0.0(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedpump@2.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedstring_decoder@1.1.1(transitive)
Updatedduplexify@^4.1.1
Updatedpump@^3.0.0