Comparing version 2.2.0 to 2.3.0
@@ -64,3 +64,3 @@ var Readable = require('readable-stream').Readable | ||
Class.prototype._from = read | ||
Class.prototype._from = read || noop | ||
Class.prototype._read = function(size) { | ||
@@ -67,0 +67,0 @@ if (this._reading || this.destroyed) return |
{ | ||
"name": "from2", | ||
"description": "Convenience wrapper for ReadableStream, with an API lifted from \"from\" and \"through2\"", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"main": "index.js", | ||
@@ -6,0 +6,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
9353