New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cordova-plugin-internet-status

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-internet-status

Cordova Plugin Internet Status

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

cordova-plugin-internet-status

Simple plugin that returns the internet status. (Android and iOS)

Installation

$ cordova plugin add cordova-plugin-internet-status

Usage

internet.getStatus(function(status) {
   switch(status) {
       case internet.CONNECTED: console.log('Connected !'); break;
       case internet.DISCONNECTED: console.log('Disconnected...');
   }
});

Keywords

cordova

FAQs

Package last updated on 08 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts