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

async

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

7

lib/async.js

@@ -748,8 +748,9 @@ /*global setImmediate: false, setTimeout: false, console: false */

var cb = only_once(function () {
var cbArgs = arguments;
if (sync) {
async.nextTick(function () {
next.apply(null, arguments);
next.apply(null, cbArgs);
});
}
else {
} else {
next.apply(null, arguments);

@@ -756,0 +757,0 @@ }

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

"author": "Caolan McMahon",
"version": "0.2.2",
"version": "0.2.3",
"repository" : {

@@ -9,0 +9,0 @@ "type" : "git",

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