
Research
Security News
Malicious npm Packages Use Telegram to Exfiltrate BullX Credentials
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
json-excel-cli
Advanced tools
🦅 Support multi-language file and Chinese-English comparison table excel file conversion
🦅 一个基于 node 和 xlsx 的 json 和 excel 互相转换的命令行工具
主要功能:
应用场景
项目依赖
安装方式
npm install -g json-excel-cli
npm install -g json-excel-cli@latest
使用方式(源文件支持相对路径和绝对路径两种输入方式)
1. convert language json file to excel file, Example call:
json2excel ../zh-cn.json ../en.json helloworld.xlsx
2. convert excel file to language json file, Example call:
json2excel -r ../helloworld.xlsx
3. incremental merge, generate new language file according to excel file and
source language file, Example call:
json2excel -m <../helloworld.xlsx> <../source-zh-cn.json> <../source-en.json> [helloworld]
FAQs
🦅 Support multi-language file and Chinese-English comparison table excel file conversion
The npm package json-excel-cli receives a total of 7 weekly downloads. As such, json-excel-cli popularity was classified as not popular.
We found that json-excel-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.
Security News
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.