Comparing version 0.4.0 to 0.4.1
@@ -1,2 +0,2 @@ | ||
const DuplexStream = require('readable-stream/duplex') | ||
const DuplexStream = require('stream').DuplexStream || require('readable-stream/duplex') | ||
, util = require('util') | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name" : "bl" | ||
, "version" : "0.4.0" | ||
, "version" : "0.4.1" | ||
, "description" : "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!" | ||
@@ -5,0 +5,0 @@ , "main" : "bl.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
23868