Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

csv-parser

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-parser - npm Package Compare versions

Comparing version 1.4.6 to 1.4.7

21

package.json
{
"name": "csv-parser",
"version": "1.4.6",
"description": "Streaming csv parser inspired by binary-csv that aims to be faster than everyone else",
"repository": "mafintosh/csv-parser",
"version": "1.4.7",
"description": "Streaming CSV parser that aims for maximum speed as well as compatibility with the csv-spectrum test suite",
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/csv-parser"
},
"dependencies": {

@@ -30,3 +33,13 @@ "generate-function": "^1.0.1",

"json"
]
],
"bugs": {
"url": "https://github.com/mafintosh/csv-parser/issues"
},
"homepage": "https://github.com/mafintosh/csv-parser",
"main": "index.js",
"directories": {
"test": "test"
},
"author": "mafintosh",
"license": "BSD"
}

2

README.md
# csv-parser
Streaming csv parser inspired by binary-csv that aims to be faster than everyone else.
Streaming CSV parser that aims for maximum speed as well as compatibility with the [csv-spectrum](https://npmjs.org/csv-spectrum) CSV acid test suite

@@ -5,0 +5,0 @@ ```

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