Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "through2", | ||
"version": "0.0.2", | ||
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise", | ||
"version": "0.0.3", | ||
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise: #polyhack -- OK I FIXED THE REPO! HAPPY?", | ||
"main": "through2.js", | ||
@@ -11,3 +11,3 @@ "scripts": { | ||
"type": "git", | ||
"url": "https://github.com/through2.git" | ||
"url": "https://github.com/rvagg/through2.git" | ||
}, | ||
@@ -25,2 +25,2 @@ "keywords": [ | ||
} | ||
} | ||
} |
@@ -10,2 +10,3 @@ const Transform = require('readable-stream/transform') | ||
transform = options | ||
flush = transform | ||
options = {} | ||
@@ -12,0 +13,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
2282
16