Socket
Socket
Sign inDemoInstall

immediate

Package Overview
Dependencies
0
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.1 to 3.2.2

4

lib/nextTick.js
'use strict';
exports.test = function () {
// Don't get fooled by e.g. browserify environments.
return process && !process.browser;
return (typeof process !== 'undefined') && !process.browser;
};

@@ -11,2 +11,2 @@

};
};
};
{
"name": "immediate",
"version": "3.2.1",
"version": "3.2.2",
"description": "A cross browser microtask library",

@@ -5,0 +5,0 @@ "contributors": [

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