Socket
Socket
Sign inDemoInstall

pullstream

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pullstream - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "pullstream",
"version": "0.0.3",
"version": "0.0.4",
"description": "A stream you can pull data from.",

@@ -5,0 +5,0 @@ "main": "pullstream.js",

@@ -120,3 +120,3 @@ 'use strict';

if (len === 0) {
return callback(null, new Buffer(0));
return destStream.end();
}

@@ -123,0 +123,0 @@

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