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

@aternus/csv-to-xlsx

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aternus/csv-to-xlsx - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

dist/package.json
{
"name": "@aternus/csv-to-xlsx",
"version": "2.1.0",
"version": "2.1.1",
"description": "Convert CSV files to XLSX (Excel 2007+ XML Format) files via Node.js CLI or API.",

@@ -5,0 +5,0 @@ "keywords": [

{
"name": "@aternus/csv-to-xlsx",
"version": "2.1.0",
"version": "2.1.1",
"description": "Convert CSV files to XLSX (Excel 2007+ XML Format) files via Node.js CLI or API.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -35,3 +35,3 @@ # @aternus/csv-to-xlsx

```bash
./csv-to-xlsx-linux -i "input-directory" -o "output-directory"
./csv-to-xlsx-linux -i "input-file-or-directory" -o "output-directory"
```

@@ -44,3 +44,3 @@

```bash
npx @aternus/csv-to-xlsx -i "input-directory" -o "output-directory"
npx @aternus/csv-to-xlsx -i "input-file-or-directory" -o "output-directory"
```

@@ -47,0 +47,0 @@

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