incu-webview
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -1,18 +0,17 @@ | ||
class Miracle { | ||
static isApp: () => boolean | ||
static onAppReady: (callback: Function) => void | ||
static getData: () => any | ||
static call: ( | ||
baseClass: string, | ||
method: string, | ||
params: any, | ||
success?: Function, | ||
fail?: Function | ||
) => void | ||
} | ||
declare module 'incu-webview' { | ||
declare var Miracle | ||
class Miracle { | ||
static isApp: () => boolean | ||
static onAppReady: (callback: Function) => void | ||
static getData: () => any | ||
static call: ( | ||
baseClass: string, | ||
method: string, | ||
params: any, | ||
success?: Function, | ||
fail?: Function | ||
) => void | ||
} | ||
declare module 'incu-webview' { | ||
export = Miracle | ||
export default Miracle | ||
} |
{ | ||
"name": "incu-webview", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "iNCU Webview 库,用于实现一些与原生端的交互操作。", | ||
@@ -5,0 +5,0 @@ "main": "./Miracle.min.js", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4536
4
1
105
15