New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eshare-locale-bin

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eshare-locale-bin - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

read.md

4

main.js

@@ -156,3 +156,3 @@ const tool = require('node-xlsx')

for (const item in en) {
en_content = en_content + `"${item}": "'${en[item]}'",\n`
en_content = en_content + `"${item}": "${en[item]}",\n`
}

@@ -165,3 +165,3 @@

for (const item in zh) {
zh_content = zh_content + `"${item}": "'${zh[item]}'",\n`
zh_content = zh_content + `"${item}": "${zh[item]}",\n`
}

@@ -168,0 +168,0 @@

{
"name": "eshare-locale-bin",
"version": "2.1.2",
"version": "2.1.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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