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.2 to 2.1.3

jest.config.ts

26

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

@@ -40,3 +40,3 @@ "keywords": [

"pretest": "npm-run-all lint build",
"test": "cross-env TS_NODE_PROJECT='./test/tsconfig.json' npx mocha",
"test": "npx jest",
"start:cli": "node ./dist/cli/csv-to-xlsx.js --help",

@@ -64,18 +64,16 @@ "start": "npm-run-all build start:cli",

"devDependencies": {
"@types/chai": "^4.2.15",
"@jest/globals": "29.7.0",
"@types/fs-extra": "^11.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "^18.16.2",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"chai": "^4.3.0",
"cross-env": "^7.0.3",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.3.0",
"mocha": "^10.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"jest": "29.7.0",
"npm-run-all": "^4.1.5",
"pkg": "^5.1.0",
"prettier": "3.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"typescript": "^5.4.2"
},

@@ -86,3 +84,3 @@ "dependencies": {

"fs-extra": "^11.1.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz"
},

@@ -89,0 +87,0 @@ "engines": {

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

@@ -40,3 +40,3 @@ "keywords": [

"pretest": "npm-run-all lint build",
"test": "cross-env TS_NODE_PROJECT='./test/tsconfig.json' npx mocha",
"test": "npx jest",
"start:cli": "node ./dist/cli/csv-to-xlsx.js --help",

@@ -64,18 +64,16 @@ "start": "npm-run-all build start:cli",

"devDependencies": {
"@types/chai": "^4.2.15",
"@jest/globals": "29.7.0",
"@types/fs-extra": "^11.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "^18.16.2",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"chai": "^4.3.0",
"cross-env": "^7.0.3",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.3.0",
"mocha": "^10.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"jest": "29.7.0",
"npm-run-all": "^4.1.5",
"pkg": "^5.1.0",
"prettier": "3.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"typescript": "^5.4.2"
},

@@ -86,3 +84,3 @@ "dependencies": {

"fs-extra": "^11.1.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz"
},

@@ -89,0 +87,0 @@ "engines": {

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