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.12.2 to 1.12.3

7

CHANGELOG.md
# Base Library Update Logs
## 1.12.3 (2021-08-20)
### Bug Fixes
* can not parse json 740cf12
## 1.12.2 (2021-08-17)

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

3

lib/utils/common.js

@@ -107,4 +107,5 @@ "use strict";

exports.parseJSON = (str) => {
const formattedStr = str.replace(/\n/g, "\\n").replace(/\r/g, "\\r").replace(/\t/g, "\\t");
if (exports.isObject(JSON) && JSON.parse && exports.isString(str)) {
return JSON.parse(str, (key, value) => {
return JSON.parse(formattedStr, (key, value) => {
return value;

@@ -111,0 +112,0 @@ });

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