handle-thing
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -204,3 +204,3 @@ var assert = require('assert'); | ||
if (!req) | ||
req = { bytes: buffer.length }; | ||
req = { bytes: data.length }; | ||
@@ -207,0 +207,0 @@ if (!this._stream) { |
{ | ||
"name": "handle-thing", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Wrap Streams2 instance into a HandleWrap", | ||
@@ -5,0 +5,0 @@ "main": "lib/handle.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
10356