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 1.0.18 to 1.0.19

9

CHANGELOG.md

@@ -22,2 +22,8 @@ # Changelog

## [1.0.19]
### Changed
- README.md
## [1.0.18]

@@ -30,2 +36,3 @@

- Updated `package.json`: specified engines and module type
- Updated to node.js v14

@@ -66,3 +73,3 @@ ### Security

- Removed "bin" folder from npmjs.com package. Please get the binaries directly from Github.
- Removed "bin" folder from npmjs.com package. Please get the binaries directly from GitHub.

@@ -69,0 +76,0 @@ ## [1.0.13]

2

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

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

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

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

@@ -46,0 +46,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