Comparing version 3.4.2 to 3.4.3
var stream = require('readable-stream') | ||
var eos = require('end-of-stream') | ||
var util = require('util') | ||
var inherits = require('inherits') | ||
@@ -55,3 +55,3 @@ var SIGNAL_FLUSH = new Buffer([0]) | ||
util.inherits(Duplexify, stream.Duplex) | ||
inherits(Duplexify, stream.Duplex) | ||
@@ -228,2 +228,2 @@ Duplexify.obj = function(writable, readable, opts) { | ||
module.exports = Duplexify | ||
module.exports = Duplexify |
{ | ||
"name": "duplexify", | ||
"version": "3.4.2", | ||
"version": "3.4.3", | ||
"description": "Turn a writeable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input", | ||
@@ -8,2 +8,3 @@ "main": "index.js", | ||
"end-of-stream": "1.0.0", | ||
"inherits": "^2.0.1", | ||
"readable-stream": "^2.0.0" | ||
@@ -10,0 +11,0 @@ }, |
@@ -93,2 +93,6 @@ # duplexify | ||
MIT | ||
MIT | ||
## Related | ||
`duplexify` is part of the [mississippi stream utility collection](https://github.com/maxogden/mississippi) which includes more useful stream modules similar to this one. |
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
16297
411
98
3
+ Addedinherits@^2.0.1