Socket
Socket
Sign inDemoInstall

metautil

Package Overview
Dependencies
0
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.14.0 to 3.15.0

6

lib/async.js
'use strict';
const { Error } = require('./error.js');
const toBool = [() => true, () => false];

@@ -8,3 +10,3 @@

const timer = setTimeout(() => {
reject(new Error(`Timeout of ${msec}ms reached`));
reject(new Error(`Timeout of ${msec}ms reached`, 'ETIMEOUT'));
}, msec);

@@ -32,3 +34,3 @@ if (!signal) return;

timer = null;
reject(new Error(`Timeout of ${msec}ms reached`));
reject(new Error(`Timeout of ${msec}ms reached`, 'ETIMEOUT'));
}, msec);

@@ -35,0 +37,0 @@ promise.then(

{
"name": "metautil",
"version": "3.14.0",
"version": "3.15.0",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

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