Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bare-stream

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-stream - npm Package Compare versions

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 @@

4

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc