Socket
Socket
Sign inDemoInstall

async

Package Overview
Dependencies
0
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.7 to 0.2.8

2

lib/async.js

@@ -82,6 +82,6 @@ /*global setImmediate: false, setTimeout: false, console: false */

else {
async.setImmediate = async.nextTick;
async.nextTick = function (fn) {
setTimeout(fn, 0);
};
async.setImmediate = async.nextTick;
}

@@ -88,0 +88,0 @@ }

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

"author": "Caolan McMahon",
"version": "0.2.7",
"version": "0.2.8",
"repository" : {

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

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