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 1.0.4 to 1.0.5

14

build/index.js

@@ -117,3 +117,8 @@ (function(

context.dispatchException(arg);
if (context.dispatchException(arg)) {
// If the dispatched exception was caught by a catch block,
// then let that catch block handle the exception normally.
method = "next";
arg = void 0;
}
}

@@ -243,3 +248,3 @@

var finallyEntries = [];
var dispatched = false;
var caught = false;

@@ -258,7 +263,6 @@ if (this.done) {

this.next = entry.catchLoc;
dispatched = true;
caught = true;
break;
} else if (entry.finallyLoc) {
finallyEntries.push(entry);
dispatched = true;
}

@@ -271,2 +275,4 @@ }

}
return caught;
},

@@ -273,0 +279,0 @@

{
"name": "chanel",
"version": "1.0.4",
"version": "1.0.5",
"description": "Channel-based control-flow for parallel tasks with concurrency control",

@@ -26,3 +26,3 @@ "repository": {

"should": "^3.0.0",
"regenerator": "~0.3.8",
"regenerator": "~0.3.9",
"gnode": "*"

@@ -29,0 +29,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