Socket
Socket
Sign inDemoInstall

is-reachable

Package Overview
Dependencies
29
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.1 to 2.3.2

2

index.js

@@ -49,3 +49,3 @@ 'use strict';

opts = opts || {};
opts.timeout = typeof opts.timeout === 'number' || 5000;
opts.timeout = typeof opts.timeout === 'number' ? opts.timeout : 5000;

@@ -52,0 +52,0 @@ const p = pAny(arrify(dests).map(isTargetReachable));

{
"name": "is-reachable",
"version": "2.3.1",
"version": "2.3.2",
"description": "Check if servers are reachable",

@@ -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