Socket
Socket
Sign inDemoInstall

stream-buffers

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-buffers - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

5

lib/readable_streambuffer.js

@@ -25,3 +25,4 @@ var stream = require("stream"),

if(!size) {
return;
that.emit("end");
return;
}

@@ -108,2 +109,2 @@

};
util.inherits(ReadableStreamBuffer, stream.Stream);
util.inherits(ReadableStreamBuffer, stream.Stream);

2

package.json
{
"name": "stream-buffers",
"version": "0.2.2",
"version": "0.2.3",
"description": "Buffer-backed Streams for reading and writing.",

@@ -5,0 +5,0 @@ "keywords": "memory streams, buffer streams",

Sorry, the diff of this file is not supported yet

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