@aternus/csv-to-xlsx
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"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": { |
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
18690
14
11
247
1