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.0 to 2.1.1

4

main.js

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

if (index > 0) {
console.log(item)
if (Boolean(item[number])) {

@@ -30,2 +29,3 @@ const key = item[number].toString().replaceAll('\n', '')

exports.generateWindowsV2 = function (data) {

@@ -166,3 +166,3 @@

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

@@ -169,0 +169,0 @@

{
"name": "eshare-locale-bin",
"version": "2.1.0",
"version": "2.1.1",
"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