Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "through2", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise", | ||
@@ -5,0 +5,0 @@ "main": "through2.js", |
@@ -12,3 +12,3 @@ var Transform = require('readable-stream/transform') | ||
DestroyableTransform.destroy = function(err) { | ||
DestroyableTransform.prototype.destroy = function(err) { | ||
if (this._destroyed) return | ||
@@ -15,0 +15,0 @@ this._destroyed = true |
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
10359