Socket
Socket
Sign inDemoInstall

stream-cache

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-cache - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

lib/StreamCache.js

@@ -44,2 +44,8 @@ var Util = require('util');

StreamCache.prototype.getLength = function() {
return this._buffers.reduce(function(totalLength, buffer) {
return totalLength + buffer.length;
}, 0);
};
StreamCache.prototype.end = function() {

@@ -46,0 +52,0 @@ this._dests.forEach(function(dest) {

2

package.json

@@ -5,3 +5,3 @@ {

"description": "A simple way to cache and replay readable streams.",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/felixge/node-stream-cache",

@@ -8,0 +8,0 @@ "repository": {

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