Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

incu-webview

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

incu-webview - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

readme.md

29

index.d.ts

@@ -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",

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