bare-stream
Advanced tools
Comparing version 2.0.0 to 2.0.1
18
index.js
@@ -19,2 +19,8 @@ const stream = require('streamx') | ||
} | ||
setEncoding (encoding) { | ||
this._readableState.map = null | ||
return super.setEncoding(encoding) | ||
} | ||
} | ||
@@ -64,2 +70,8 @@ | ||
} | ||
setEncoding (encoding) { | ||
this._readableState.map = null | ||
return super.setEncoding(encoding) | ||
} | ||
} | ||
@@ -75,2 +87,8 @@ | ||
} | ||
setEncoding (encoding) { | ||
this._readableState.map = null | ||
return super.setEncoding(encoding) | ||
} | ||
} | ||
@@ -77,0 +95,0 @@ |
{ | ||
"name": "bare-stream", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Streaming data for JavaScript", | ||
@@ -28,3 +28,3 @@ "exports": { | ||
"dependencies": { | ||
"streamx": "^2.16.1" | ||
"streamx": "^2.18.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
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
15204
89
Updatedstreamx@^2.18.0