Comparing version 3.7.0 to 3.7.1
{ | ||
"name": "duplexify", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input", | ||
"main": "index.js", | ||
"dependencies": { | ||
"end-of-stream": "^1.4.1", | ||
"inherits": "^2.0.3", | ||
"readable-stream": "^3.1.1", | ||
"end-of-stream": "^1.0.0", | ||
"inherits": "^2.0.1", | ||
"readable-stream": "^2.0.0", | ||
"stream-shift": "^1.0.0" | ||
@@ -11,0 +11,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
17129
+ Addedcore-util-is@1.0.3(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)
+ Addedstring_decoder@1.1.1(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedstring_decoder@1.3.0(transitive)
Updatedend-of-stream@^1.0.0
Updatedinherits@^2.0.1
Updatedreadable-stream@^2.0.0