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

@fast-csv/parse

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fast-csv/parse - npm Package Compare versions

Comparing version 4.0.3 to 4.1.0

4

package.json
{
"name": "@fast-csv/parse",
"version": "4.0.3",
"version": "4.1.0",
"description": "fast-csv parsing package",

@@ -59,3 +59,3 @@ "keywords": [

},
"gitHead": "87b13abc941b15b8f4a14b9dc39a324b75b3e496"
"gitHead": "682710d90cb3c80c35e067cbe02d18eb822a7873"
}

@@ -73,2 +73,7 @@ # `@fast-csv/parse`

* `headers`: Emitted when the headers are parsed
* **NOTE** If the headers option is a function that transform headers, the array passed to this event will be the transformed headers
* **NOTE** If the headers option is set to an array of headers, the emitted header will be the option passed in.
* **NOTE** If the headers option is set to `true` the headers will be the parsed headers from the csv.
* **NOTE** If headers is set to `false` or the csv has no rows then the event WILL NOT be emitted.
* `data`: Emitted when a record is parsed.

@@ -75,0 +80,0 @@ * If headers are present then all rows will be an object.

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