Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

mtong-tools

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mtong-tools - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
lang.xls

Sorry, the diff of this file is not supported yet

+7
const en = {
"message": {
"collectenergon_event0": 111
}
}
export default en
+1
-1

@@ -24,3 +24,3 @@ const {error} = require('../utils')

const sheet = sheets[0].data
const data = {}, keys = sheet[0];
const data = {}, keys = sheet[0].map(item => item.toLocaleLowerCase());
for(let i = 1; i < keys.length; i ++) {

@@ -27,0 +27,0 @@ if(keys[i]) data[keys[i]] = {

{
"name": "mtong-tools",
"version": "1.0.3",
"version": "1.0.4",
"description": "mt cli",

@@ -31,3 +31,3 @@ "bin": {

"lang": {
"path": "新建 XLS 工作表.xls",
"path": "lang.xls",
"outPath": "lang",

@@ -34,0 +34,0 @@ "suffix": "ts"