Socket
Socket
Sign inDemoInstall

metal

Package Overview
Dependencies
0
Maintainers
6
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.15.0 to 2.16.0

9

lib/async/async.js

@@ -107,11 +107,2 @@ /* !

cb = async.nextTick.wrapCallback_(cb);
// Introduced and currently only supported by IE10.
// Verify if variable is defined on the current runtime (i.e., node, browser).
// Can't use typeof enclosed in a function (such as core.isFunction) or an
// exception will be thrown when the function is called on an environment
// where the variable is undefined.
if (typeof setImmediate === 'function') {
setImmediate(cb);
return;
}
// Look for and cache the custom fallback version of setImmediate.

@@ -118,0 +109,0 @@ if (!async.nextTick.setImmediate_) {

2

package.json
{
"name": "metal",
"version": "2.15.0",
"version": "2.16.0",
"description": "Core functions from Metal.js, with utilities for dealing with arrays, objects and others.",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

@@ -104,11 +104,2 @@ /* !

cb = async.nextTick.wrapCallback_(cb);
// Introduced and currently only supported by IE10.
// Verify if variable is defined on the current runtime (i.e., node, browser).
// Can't use typeof enclosed in a function (such as core.isFunction) or an
// exception will be thrown when the function is called on an environment
// where the variable is undefined.
if (typeof setImmediate === 'function') {
setImmediate(cb);
return;
}
// Look for and cache the custom fallback version of setImmediate.

@@ -115,0 +106,0 @@ if (!async.nextTick.setImmediate_) {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc