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

zalo-js-bridge

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zalo-js-bridge - npm Package Compare versions

Comparing version 1.10.8 to 1.10.9

7

CHANGELOG.md
# Base Library Update Logs
## 1.10.9 (2021-01-25)
### Bug Fixes
* add more param custom method bdcfeec
## 1.10.8 (2021-01-19)

@@ -4,0 +11,0 @@

4

lib/index.js

@@ -34,4 +34,4 @@ "use strict";

}
callCustomAction(action, data, callback) {
native_bridge_1.default.jsCall(action, data, callback, true);
callCustomAction(action, data, callback, isMultiCallback = true, nRetry = 3) {
native_bridge_1.default.jsCall(action, data, callback, isMultiCallback, nRetry);
}

@@ -38,0 +38,0 @@ /**

{
"name": "zalo-js-bridge",
"description": "A Javascript Framework for WebApp",
"version": "1.10.8",
"version": "1.10.9",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "files": [

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