Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

zybridge

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zybridge - npm Package Compare versions

Comparing version
1.1.8
to
1.1.9
+1
-1
lib/main.d.ts

@@ -92,3 +92,3 @@ declare class Bridge {

*/
openURL(URL: string, title?: string): void;
openURL(URL: string, title?: string, isShowModal?: boolean): void;
/**

@@ -95,0 +95,0 @@ * 设置 Webview 标题

@@ -171,6 +171,6 @@ import core from './core';

*/
Bridge.prototype.openURL = function (URL, title) {
Bridge.prototype.openURL = function (URL, title, isShowModal) {
return this.call({
actionType: ActionType.OPEN_URL,
options: { URL: URL, title: title }
options: { URL: URL, title: title, isShowModal: isShowModal }
});

@@ -177,0 +177,0 @@ };

@@ -41,2 +41,3 @@ export declare enum PageType {

title?: string;
isShowModal?: boolean;
};

@@ -43,0 +44,0 @@ }

{
"name": "zybridge",
"version": "1.1.8",
"version": "1.1.9",
"main": "lib/main.js",

@@ -5,0 +5,0 @@ "typings": "lib/main.d.ts",