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

parse-csv-stream

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-csv-stream - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

4

index.js

@@ -19,3 +19,3 @@ const EventEmitter = require('events');

this.headers = null;
this.skipHeaders = false;
this.skipHeaders = true;
}

@@ -52,3 +52,3 @@

this.skipHeaders = true;
this.skipHeaders = false;

@@ -55,0 +55,0 @@ //Do something with the batch.

{
"name": "parse-csv-stream",
"version": "2.0.1",
"version": "2.0.2",
"description": "Parse any csv file via stream or csv stream from any other source in Node.js for various usecases like database insertion, logging, file creation, batch processing data etc.",

@@ -5,0 +5,0 @@ "main": "index.js",

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