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

json-excel-cli

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-excel-cli - npm Package Compare versions

Comparing version 1.0.19 to 1.0.22

3

bin/json2excel.js
#!/usr/bin/env node
const path = require('path')
const program = require('commander')
const minimist = require('minimist')
const chalk = require('chalk')
const path = require('path')
const ora = require('ora')
const json2excel = require('../packages/lib/json2excel')
const { excel2json, json2FormatLangObj, writeToFile } = require('../packages/lib/excel2json')
const appInfo = require(path.resolve(__dirname, '../package.json'))

@@ -10,0 +11,0 @@ program

{
"name": "json-excel-cli",
"version": "1.0.19",
"version": "1.0.22",
"description": "🦅 Support multi-language file and Chinese-English comparison table excel file conversion",

@@ -9,2 +9,3 @@ "main": "index.js",

},
"packageManager": "yarn@1.22.19",
"scripts": {

@@ -18,6 +19,10 @@ "xo-lint": "xo",

"release:prefix": "standard-version --prerelease alpha",
"release:patch": "standard-version --release-as patch && git push origin master && npm publish",
"release:patch": "standard-version --release-as patch && git push --follow-tags origin master",
"release:minor": "standard-version --release-as minor && git push --follow-tags origin master",
"release:major": "standard-version --release-as major && git push --follow-tags origin master"
},
"files": [
"packages/lib",
"bin"
],
"keywords": [

@@ -37,2 +42,5 @@ "MIT-licensed",

],
"engines": {
"node": ">=12"
},
"author": "chendq",

@@ -63,3 +71,3 @@ "repository": {

"standard-version": "^8.0.0",
"xo": "^0.30.0"
"xo": "0.24.0"
},

@@ -86,3 +94,4 @@ "xo": {

"unicorn/prefer-number-properties": 0,
"capitalized-comments": 0
"capitalized-comments": 0,
"promise/prefer-await-to-then": 0
},

@@ -89,0 +98,0 @@ "ignores": [

# json-excel-cli - 多语言资源文件转换成 excel 表
[![Build Status](https://travis-ci.org/chandq/json2excel-cli.svg?branch=master)](https://travis-ci.org/chandq/json2excel-cli)
[![Build Status](https://github.com/chandq/json2excel-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/chandq/json2excel-cli/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/chandq/json2excel-cli/badge.svg?branch=master)](https://coveralls.io/github/chandq/json2excel-cli?branch=master)

@@ -5,0 +5,0 @@ [![json-excel-cli](https://img.shields.io/github/package-json/v/chandq/json2excel-cli)](https://github.com/chandq/json2excel-cli)

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