cordova-plugin-advanced-websocket-types
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -41,3 +41,3 @@ export interface CordovaWebsocketRecvEventCallback { | ||
} | ||
export interface ICordovaWebsocketPlugin { | ||
export interface CordovaWebsocketPlugin { | ||
wsConnect(options: CordovaWebsocketOptions, receiveCallback?: CordovaWebsocketRecvEventCallback, successCallback?: CordovaWebsocketSuccessCallback, failureCallback?: CordovaWebsocketErrorCallback): void; | ||
@@ -47,2 +47,6 @@ wsSend(webSocketId: string, message: string): void; | ||
} | ||
export declare const CordovaWebsocketPlugin: ICordovaWebsocketPlugin; | ||
declare global { | ||
interface Window { | ||
CordovaWebsocketPlugin: CordovaWebsocketPlugin; | ||
} | ||
} |
{ | ||
"name": "cordova-plugin-advanced-websocket-types", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Types of cordova-plugin-advanced-websocket for Typescript/Ionic/Angular", | ||
@@ -13,3 +13,3 @@ "main": "dist/index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"publish": "tsc && npm publish" | ||
"publish": "tsc -d && npm publish" | ||
}, | ||
@@ -16,0 +16,0 @@ "repository": { |
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
4948
52