rs-csv2json
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "rs-csv2json", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Converts CSV files to JSON files", | ||
"main": "./src/index.js", | ||
"keywords": [ | ||
"csv", | ||
"csv parser", | ||
"parse csv", | ||
"csvtojson", | ||
"json", | ||
"csv to json", | ||
"csv convert", | ||
"tojson", | ||
"convert csv to json", | ||
"csv-json" | ||
], | ||
"main": "./lib/cjs/index.js", | ||
"module": "./lib/esm/index.js", | ||
"files": [ | ||
"lib/" | ||
], | ||
"scripts": { | ||
"start": "node ./src/demo.js", | ||
"start": "npm run bundle && node ./src/demo.js", | ||
"bundle": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", | ||
"bundle:esm": "tsc -p tsconfig.json", | ||
"bundle:cjs": "tsc -p tsconfig-cjs.json", | ||
"prepublish": "npm run bundle", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -21,4 +41,6 @@ }, | ||
"dependencies": { | ||
"csvtojson": "^2.0.10" | ||
"@types/node": "^18.0.4", | ||
"csvtojson": "^2.0.10", | ||
"typescript": "^4.7.4" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23533
22
484
3
4
1
+ Added@types/node@^18.0.4
+ Addedtypescript@^4.7.4
+ Added@types/node@18.19.65(transitive)
+ Addedtypescript@4.9.5(transitive)
+ Addedundici-types@5.26.5(transitive)