final-stream
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -17,3 +17,3 @@ const { promisify } = require('util'); | ||
.on('end', function () { | ||
.on('close', function () { | ||
callback(null, Buffer.concat(body)); | ||
@@ -20,0 +20,0 @@ }) |
{ | ||
"name": "final-stream", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A tool to read a full stream and callback once finished with the data", | ||
@@ -5,0 +5,0 @@ "main": "index.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
13218