Socket
Socket
Sign inDemoInstall

csv-parse

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-parse - npm Package Compare versions

Comparing version 5.2.2 to 5.3.0

34

package.json
{
"version": "5.2.2",
"version": "5.3.0",
"name": "csv-parse",

@@ -35,10 +35,18 @@ "description": "CSV parsing implementing the Node.js `stream.Transform` API",

"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"
}
},

@@ -49,18 +57,18 @@ "devDependencies": {

"@types/mocha": "^9.1.1",
"@types/node": "^17.0.35",
"@types/node": "^18.0.3",
"coffeelint": "^2.1.0",
"coffeescript": "^2.7.0",
"csv-generate": "^4.1.0",
"csv-generate": "^4.2.0",
"csv-spectrum": "^1.0.0",
"each": "^1.2.2",
"eslint": "^8.16.0",
"eslint": "^8.19.0",
"mocha": "^10.0.0",
"pad": "^3.2.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",
"stream-transform": "^3.1.0",
"ts-node": "^10.8.0",
"typescript": "^4.6.4"
"stream-transform": "^3.2.0",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},

@@ -121,3 +129,3 @@ "files": [

},
"gitHead": "78a87924b8c2b3516afbc3b4dd9564a762b319e4"
"gitHead": "c6745735a41521aa6b9876b0a38dbf2adebb15f2"
}
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