Socket
Socket
Sign inDemoInstall

callback-sequence

Package Overview
Dependencies
6
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

6

index.js

@@ -17,4 +17,6 @@ var bindAsync = require('run-callback').bindAsync;

if (arguments.length < 3) {
done = initial;
initial = undef;
if (typeof initial === 'function') {
done = initial;
initial = undef;
}
}

@@ -21,0 +23,0 @@ done = done || noop;

{
"name": "callback-sequence",
"version": "1.2.0",
"version": "1.2.1",
"description": "Make a new callback to run input callbacks in sequence",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc