Socket
Socket
Sign inDemoInstall

process

Package Overview
Dependencies
0
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.11.5 to 0.11.6

6

browser.js

@@ -53,3 +53,3 @@ // shim for using process in browser

}
var timeout = cachedSetTimeout(cleanUpNextTick);
var timeout = cachedSetTimeout.call(null, cleanUpNextTick);
draining = true;

@@ -71,3 +71,3 @@

draining = false;
cachedClearTimeout(timeout);
cachedClearTimeout.call(null, timeout);
}

@@ -84,3 +84,3 @@

if (queue.length === 1 && !draining) {
cachedSetTimeout(drainQueue, 0);
cachedSetTimeout.call(null, drainQueue, 0);
}

@@ -87,0 +87,0 @@ };

@@ -11,3 +11,3 @@ {

},
"version": "0.11.5",
"version": "0.11.6",
"repository": {

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