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.11.0 to 1.11.1

7

CHANGELOG.md
# Base Library Update Logs
## 1.11.1 (2021-06-01)
### Bug Fixes
* add zapp to action view qr c19eebc
# 1.11.0 (2021-05-11)

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

7

lib/device.js

@@ -178,3 +178,8 @@ "use strict";

static viewQr(uid, dpn, callback) {
return native_bridge_1.default.jsCall(config_1.Action.viewqr, { uid, dpn }, callback);
const params = {
uid: uid,
dpn: dpn,
zapp: native_bridge_1.default.getAppId(),
};
return native_bridge_1.default.jsCall(config_1.Action.viewqr, params, callback);
}

@@ -181,0 +186,0 @@ /**

2

package.json
{
"name": "zalo-js-bridge",
"description": "A Javascript Framework for WebApp",
"version": "1.11.0",
"version": "1.11.1",
"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