New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.12.7 to 1.13.0

7

CHANGELOG.md
# Base Library Update Logs
# 1.13.0 (2021-09-06)
### Features
* add api get current user qr f9885d3
## 1.12.7 (2021-08-26)

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

3

lib/config.js

@@ -91,3 +91,4 @@ "use strict";

getAdsID: "action.get.adidclient",
open_mp: "action.open.mp"
open_mp: "action.open.mp",
currentUserQr: "action.view.currentuserqr"
};

@@ -94,0 +95,0 @@ exports.ActionHaveCallBack = [

@@ -159,2 +159,11 @@ "use strict";

/**
* View Current QR.
* @example
* ZJSBridge.Device.currentUserQr(e => {console.log(e)})
* @param {void} callback Hàm callback trả về kết quả sau khi gọi action
*/
static currentUserQr(callback) {
return native_bridge_1.default.jsCall(config_1.Action.currentUserQr, {}, callback);
}
/**
* Open SMS.

@@ -161,0 +170,0 @@ * @example

{
"name": "zalo-js-bridge",
"description": "A Javascript Framework for WebApp",
"version": "1.12.7",
"version": "1.13.0",
"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