Socket
Socket
Sign inDemoInstall

@jeanmeche/i18n-json-to-xlsx-converter

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jeanmeche/i18n-json-to-xlsx-converter - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

1

dist/index.js

@@ -85,3 +85,2 @@ #!/usr/bin/env node

rows.getCell(1).value = key;
console.log(colIndex, value);
// Check for null, "" of the values and assign semantic character for that

@@ -88,0 +87,0 @@ rows.getCell(colIndex).value = (value || '-').toString();

2

package.json
{
"name": "@jeanmeche/i18n-json-to-xlsx-converter",
"version": "3.0.0",
"version": "3.0.1",
"description": "i18n JSON to XLSX Converter is a CLI tool helps you convert your JSON files to XLSX format easily.",

@@ -5,0 +5,0 @@ "author": "Osman Fikret Ceylan",

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