readable-stream
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -740,3 +740,3 @@ // Copyright Joyent, Inc. and other Node contributors. | ||
state.ended = true; | ||
if (state.decoder) { | ||
if (state.decoder && state.decoder.end) { | ||
var chunk = state.decoder.end(); | ||
@@ -743,0 +743,0 @@ if (chunk && chunk.length) |
{ | ||
"name": "readable-stream", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An exploration of a new kind of readable streams for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "readable.js", |
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
209374