read-all-stream
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -18,2 +18,6 @@ 'use strict'; | ||
if (options === undefined || options === null) { | ||
options = { encoding: options } | ||
} | ||
var chunks = []; | ||
@@ -20,0 +24,0 @@ var len = 0; |
{ | ||
"name": "read-all-stream", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Read all stream content and pass it to callback", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
2787
38