Socket
Socket
Sign inDemoInstall

pause-stream

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

2

index.js

@@ -12,3 +12,3 @@ var Stream = require('stream')

module.exports = function () {
var buffer = [], ended = false, destroyed = false
var buffer = [], destroyed = false
var stream = new Stream()

@@ -15,0 +15,0 @@ stream.writable = stream.readable = true

{
"name": "pause-stream",
"version": "0.0.4",
"version": "0.0.5",
"description": "a ThroughStream that strictly buffers all readable events when paused.",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc