@ionic-native/network
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12165