cordova-plugin-advanced-websocket-types
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "cordova-plugin-advanced-websocket-types", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Types of cordova-plugin-advanced-websocket for Typescript/Ionic/Angular", | ||
@@ -12,4 +12,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"publish": "tsc -d && npm publish" | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
@@ -16,0 +15,0 @@ "repository": { |
@@ -15,4 +15,3 @@ # cordova-plugin-advanced-websocket-types | ||
import { | ||
CordovaWebsocketOptions, | ||
CordovaWebsocketPlugin | ||
CordovaWebsocketOptions | ||
} from 'cordova-plugin-advanced-websocket-types'; | ||
@@ -28,3 +27,3 @@ | ||
CordovaWebsocketPlugin.wsConnect( | ||
window.CordovaWebsocketPlugin.wsConnect( | ||
wsOptions, | ||
@@ -31,0 +30,0 @@ event => { // CordovaWebsocketEvent |
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
4888
39