Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "through2", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise", | ||
@@ -5,0 +5,0 @@ "main": "through2.js", |
@@ -1,4 +0,4 @@ | ||
const Transform = require('readable-stream/transform') | ||
, inherits = require('util').inherits | ||
, xtend = require('xtend') | ||
var Transform = require('readable-stream/transform') | ||
, inherits = require('util').inherits | ||
, xtend = require('xtend') | ||
@@ -5,0 +5,0 @@ |
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
21397