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

chanel

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chanel - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

4

lib/proto.js

@@ -216,2 +216,4 @@ var EventEmitter = require('events').EventEmitter

})
} else if (!read.readable) {
done()
} else {

@@ -235,2 +237,4 @@ read(next)

})
} else if (!read.readable) {
done()
} else {

@@ -237,0 +241,0 @@ read(next)

2

package.json
{
"name": "chanel",
"version": "2.0.1",
"version": "2.0.2",
"description": "Channel-based control-flow for parallel tasks with concurrency control",

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

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