Socket
Socket
Sign inDemoInstall

@ionic-native/network

Package Overview
Dependencies
Maintainers
2
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic-native/network - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

2

index.d.ts

@@ -34,3 +34,3 @@ import { Observable } from 'rxjs/Observable';

* setTimeout(() => {
* if (Network.type === 'wifi') {
* if (this.network.type === 'wifi') {
* console.log('we got a wifi connection, woohoo!');

@@ -37,0 +37,0 @@ * }

@@ -45,3 +45,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

* setTimeout(() => {
* if (Network.type === 'wifi') {
* if (this.network.type === 'wifi') {
* console.log('we got a wifi connection, woohoo!');

@@ -48,0 +48,0 @@ * }

{
"name": "@ionic-native/network",
"version": "3.2.2",
"version": "3.2.3",
"description": "Ionic Native - Native plugins for ionic apps",

@@ -5,0 +5,0 @@ "module": "index.js",

@@ -9,3 +9,3 @@ <a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/network/index.ts#L5">

$ ionic plugin add cordova-plugin-network-information
$ npm install --save @ionic-native/@ionic-native/network
$ npm install --save @ionic-native/network
```

@@ -12,0 +12,0 @@

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