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.3 to 1.11.4

7

CHANGELOG.md
# Base Library Update Logs
## 1.11.4 (2021-07-06)
### Bug Fixes
* read cookie 92844fd
## 1.11.3 (2021-07-02)

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

17

lib/utils/common.js

@@ -42,11 +42,10 @@ "use strict";

const curr = window.location.host;
if (curr) {
if (curr.indexOf("www.") === 0) {
return curr.replace("www.", "") + "_";
}
else {
return curr + "_";
}
}
return "";
// if (curr) {
// if (curr.indexOf("www.") === 0) {
// return curr.replace("www.", "") + "_";
// } else {
// return curr + "_";
// }
// }
return `${curr}_`;
};

@@ -53,0 +52,0 @@ const getCurrHostRootZaloMe = () => {

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