Comparing version 6.3.1 to 6.3.2
{ | ||
"name": "csv", | ||
"version": "6.3.1", | ||
"version": "6.3.2", | ||
"description": "A mature CSV toolset with simple api, full of options and tested against large datasets.", | ||
@@ -24,18 +24,18 @@ "keywords": [ | ||
"dependencies": { | ||
"csv-generate": "^4.2.6", | ||
"csv-parse": "^5.4.0", | ||
"csv-stringify": "^6.4.0", | ||
"stream-transform": "^3.2.6" | ||
"csv-generate": "^4.2.7", | ||
"csv-parse": "^5.4.1", | ||
"csv-stringify": "^6.4.1", | ||
"stream-transform": "^3.2.7" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-eslint": "^9.0.3", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-eslint": "^9.0.4", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.15.3", | ||
"@types/node": "^20.5.0", | ||
"@types/should": "^13.0.0", | ||
"coffeescript": "~2.7.0", | ||
"each": "^2.3.0", | ||
"eslint": "^8.36.0", | ||
"each": "^2.4.0", | ||
"eslint": "^8.47.0", | ||
"mocha": "~10.2.0", | ||
"rollup": "^3.19.1", | ||
"rollup": "^3.28.0", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
@@ -45,3 +45,3 @@ "rollup-plugin-node-globals": "^1.4.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.0.2" | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -108,3 +108,5 @@ "engines": { | ||
"build:ts": "cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm", | ||
"postbuild:ts": "find dist/cjs -name '*.d.cts' -exec sh -c \"sed -i \"s/\\.js'/\\.cjs'/g\" {} || sed -i '' \"s/\\.js'/\\.cjs'/g\" {}\" \\;", | ||
"lint": "npm run lint:lib && npm run lint:samples && npm run lint:test", | ||
"postlint": "tsc --noEmit true", | ||
"lint:lib": "eslint --fix lib/*.js", | ||
@@ -136,3 +138,3 @@ "lint:samples": "eslint --fix samples/*.js", | ||
}, | ||
"gitHead": "ef0e49c478696fa1fc8d9794fd3d54ef8570fbb3" | ||
"gitHead": "1eac79beca3cdfdcd118662aedddd400cb5a26ac" | ||
} |
# CSV for Node.js and the web | ||
[![Build Status](https://img.shields.io/github/workflow/status/adaltas/node-csv/Node.js)](https://github.com/adaltas/node-csv/actions) | ||
[![Build Status](https://img.shields.io/github/actions/workflow/status/adaltas/node-csv/nodejs.yml?branch=master)](https://github.com/adaltas/node-csv/actions) | ||
[![NPM](https://img.shields.io/npm/dm/csv)](https://www.npmjs.com/package/csv) [![NPM](https://img.shields.io/npm/v/csv)](https://www.npmjs.com/package/csv) | ||
@@ -6,0 +6,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
2001667
47881
Updatedcsv-generate@^4.2.7
Updatedcsv-parse@^5.4.1
Updatedcsv-stringify@^6.4.1
Updatedstream-transform@^3.2.7