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.5 to 0.0.6

2

index.js

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

if(destroyed) return
destroyed = ended = true
destroyed = this.ended = true
buffer.length = 0

@@ -68,0 +68,0 @@ this.emit('close')

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

@@ -10,2 +10,3 @@ "main": "index.js",

"devDependencies": {
"stream-tester": "0.0.2",
"stream-spec": "~0.2.0"

@@ -12,0 +13,0 @@ },

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