Socket
Socket
Sign inDemoInstall

is-online

Package Overview
Dependencies
38
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.3.0 to 8.3.1

2

index.js

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

const {body} = await gotPromise;
if (body && body.includes('Success')) {
if (!body || !body.includes('Success')) {
throw new Error('Apple check failed');

@@ -22,0 +22,0 @@ }

{
"name": "is-online",
"version": "8.3.0",
"version": "8.3.1",
"description": "Check if the internet connection is up",

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