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 4.14.0 to 4.14.1

6

CHANGELOG.md

@@ -20,2 +20,8 @@

## Version 4.14.1
* package: latest dependencies
* ts: enable strict mode
* package: mocha inside package declaration
## Version 4.14.0

@@ -22,0 +28,0 @@

20

package.json
{
"version": "4.14.0",
"version": "4.14.1",
"name": "csv-parse",

@@ -55,4 +55,4 @@ "description": "CSV parsing implementing the Node.js `stream.Transform` API",

"@babel/preset-env": "^7.12.1",
"@types/mocha": "^8.0.3",
"@types/node": "^14.14.6",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.7",
"coffeescript": "^2.5.1",

@@ -62,3 +62,3 @@ "csv-generate": "^3.2.4",

"each": "^1.2.2",
"eslint": "^7.12.1",
"eslint": "^7.13.0",
"mocha": "^8.2.1",

@@ -76,2 +76,14 @@ "pad": "^3.2.0",

"main": "./lib",
"mocha": {
"throw-deprecation": true,
"require": [
"should",
"coffeescript/register",
"ts-node/register"
],
"inline-diffs": true,
"timeout": 40000,
"reporter": "spec",
"recursive": true
},
"scripts": {

@@ -78,0 +90,0 @@ "preversion": "grep '## Trunk' CHANGELOG.md && npm test && cp lib/*.ts lib/es5 && git add lib/es5/*.ts",

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