Socket
Socket
Sign inDemoInstall

csv

Package Overview
Dependencies
4
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.5 to 6.2.0

38

package.json
{
"name": "csv",
"version": "6.1.5",
"version": "6.2.0",
"description": "A mature CSV toolset with simple api, full of options and tested against large datasets.",

@@ -24,6 +24,6 @@ "keywords": [

"dependencies": {
"csv-generate": "^4.1.0",
"csv-parse": "^5.2.2",
"csv-stringify": "^6.1.3",
"stream-transform": "^3.1.0"
"csv-generate": "^4.2.0",
"csv-parse": "^5.3.0",
"csv-stringify": "^6.2.0",
"stream-transform": "^3.2.0"
},

@@ -34,13 +34,13 @@ "devDependencies": {

"@types/mocha": "^9.1.1",
"@types/node": "^17.0.35",
"@types/node": "^18.0.3",
"@types/should": "^13.0.0",
"coffeescript": "~2.7.0",
"eslint": "^8.16.0",
"eslint": "^8.19.0",
"mocha": "~10.0.0",
"rollup": "^2.74.1",
"rollup": "^2.76.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"should": "~13.2.3",
"ts-node": "^10.8.0",
"typescript": "^4.6.4"
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},

@@ -53,10 +53,18 @@ "engines": {

"import": "./lib/index.js",
"require": "./dist/cjs/index.cjs"
"require": "./dist/cjs/index.cjs",
"types": "./lib/index.d.ts"
},
"./sync": {
"import": "./lib/sync.js",
"require": "./dist/cjs/sync.cjs"
"require": "./dist/cjs/sync.cjs",
"types": "./lib/sync.d.ts"
},
"./browser/esm": "./dist/esm/index.js",
"./browser/esm/sync": "./dist/esm/sync.js"
"./browser/esm": {
"types": "./lib/index.d.ts",
"default": "./dist/esm/index.js"
},
"./browser/esm/sync": {
"types": "./lib/sync.d.ts",
"default": "./dist/esm/sync.js"
}
},

@@ -117,3 +125,3 @@ "homepage": "https://csv.js.org/",

},
"gitHead": "78a87924b8c2b3516afbc3b4dd9564a762b319e4"
"gitHead": "c6745735a41521aa6b9876b0a38dbf2adebb15f2"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc