Comparing version 1.1.0 to 1.1.1
@@ -245,3 +245,3 @@ 'use strict' | ||
if (typeof chunk === 'string') | ||
chunk = new Buffer(chunk, encoding) | ||
chunk = Buffer.from(chunk, encoding) | ||
@@ -248,0 +248,0 @@ let availInBefore = chunk && chunk.length |
{ | ||
"name": "minizlib", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.", | ||
@@ -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
14735