New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

async-co

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-co - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

test/async.js

2

each.js

@@ -6,4 +6,4 @@ "use strict";

module.exports = function *(series, thunk, ctx) {
yield eachLimit(series, series.length, thunk, ctx);
return yield eachLimit(series, series.length, thunk, ctx);
};
{
"name": "async-co",
"version": "1.1.0",
"version": "1.2.0",
"description": "Control flow for co with async.js (v2) signatures",

@@ -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