Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

writable-consumable-stream

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

writable-consumable-stream - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

index.js

@@ -120,2 +120,6 @@ const ConsumableStream = require('consumable-stream');

getConsumerList() {
return [...this._consumers.values()];
}
getConsumerCount() {

@@ -122,0 +126,0 @@ return this._consumers.size;

2

package.json
{
"name": "writable-consumable-stream",
"version": "3.0.0",
"version": "3.0.1",
"description": "An async stream which can be iterated over using a for-await-of loop.",

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

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