pause-stream
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -65,3 +65,3 @@ var Stream = require('stream') | ||
if(destroyed) return | ||
destroyed = ended = true | ||
destroyed = this.ended = true | ||
buffer.length = 0 | ||
@@ -68,0 +68,0 @@ this.emit('close') |
{ | ||
"name": "pause-stream", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "a ThroughStream that strictly buffers all readable events when paused.", | ||
@@ -10,2 +10,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"stream-tester": "0.0.2", | ||
"stream-spec": "~0.2.0" | ||
@@ -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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4128
0
2