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.16 to 1.10.17

7

CHANGELOG.md
# Base Library Update Logs
## 1.10.17 (2021-04-07)
### Bug Fixes
* add getCookieFallback cbb4671
## 1.10.16 (2021-03-22)

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

2

lib/index.js

@@ -12,2 +12,3 @@ "use strict";

const auth_1 = require("./utils/auth");
const CommonUtils = require("./utils/common");
class ZJSBridge {

@@ -89,2 +90,3 @@ getVersion() {

window.zaloJSV2 = {
getCookieFallback: CommonUtils.getToken,
zalo_h5_event_handler: function (eventId, eventName, eventData) {

@@ -91,0 +93,0 @@ zjsbridge.nativeEventHandler(eventId, eventName, eventData);

2

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