Comparing version 1.1.1 to 1.1.2
@@ -43,3 +43,3 @@ var StringDecoder = require('string_decoder').StringDecoder | ||
// streams2+: assert the stream encoding is buffer. | ||
if (state && state.encoding !== null) { | ||
if (state && state.encoding != null) { | ||
if (typeof stream.pause === 'function') | ||
@@ -46,0 +46,0 @@ stream.pause() |
{ | ||
"name": "raw-body", | ||
"description": "Get and validate the raw body of a readable stream.", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Jonathan Ong", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
8641