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.10
to
1.1.11
+1
-1
lib/main.d.ts

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

*/
openContentDetail(id: string): void;
openContentDetail(commentId: string, paramenterId: string, autoShow: boolean): void;
/**

@@ -50,0 +50,0 @@ * 打开作品详情

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

*/
Bridge.prototype.openContentDetail = function (id) {
Bridge.prototype.openContentDetail = function (commentId, paramenterId, autoShow) {
return this.openPage({
pageType: PageType.CONTENT_PAGE,
args: { id: id }
args: { comment_id: commentId, paramenter_id: paramenterId, auto_show: autoShow }
});

@@ -94,0 +94,0 @@ };

{
"name": "zybridge",
"version": "1.1.10",
"version": "1.1.11",
"main": "lib/main.js",

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