Socket
Socket
Sign inDemoInstall

metal

Package Overview
Dependencies
Maintainers
6
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metal - npm Package Compare versions

Comparing version 2.16.1 to 2.16.2

4

lib/async/async.js

@@ -12,3 +12,3 @@ /* !

var _metal = require('metal');
var _coreNamed = require('../coreNamed');

@@ -113,3 +113,3 @@ var async = {};

if (!async.nextTick.setImmediate_) {
if (typeof setImmediate === 'function' && (0, _metal.isServerSide)({ checkEnv: false })) {
if (typeof setImmediate === 'function' && (0, _coreNamed.isServerSide)({ checkEnv: false })) {
async.nextTick.setImmediate_ = setImmediate;

@@ -116,0 +116,0 @@ } else {

{
"name": "metal",
"version": "2.16.1",
"version": "2.16.2",
"description": "Core functions from Metal.js, with utilities for dealing with arrays, objects and others.",

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

@@ -8,3 +8,3 @@ /* !

import {isServerSide} from 'metal';
import {isServerSide} from '../coreNamed';

@@ -11,0 +11,0 @@ const async = {};

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