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

async-mini

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-mini - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

lib/async-mini.js

@@ -26,3 +26,3 @@

exports.parallel = function(funcs, cb) {
var c = typeof(funcs) === 'object' ?
var c = typeof(funcs) === 'object' ?
Object.keys(funcs).length : funcs.length;

@@ -41,3 +41,3 @@ var errs = {};

if(err) {
errs[id] = err;
errs[id] = err.stack || err;
has_errs = true;

@@ -44,0 +44,0 @@ }

@@ -6,3 +6,3 @@ {

"keywords": [ "asynchronous", "control", "flow" ],
"version": "0.1.1",
"version": "0.1.2",
"homepage": "http://github.com/ypocat/async-mini",

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