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

fast-csv

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-csv - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

lib/index.js

@@ -150,2 +150,3 @@ /**

* @footer
*
* ## License

@@ -270,3 +271,3 @@ *

from.on("data", function streamOnData(data) {
var lineData = (lines + data).trim().split(LINE_SPLIT);
var lineData = (lines + data).split(LINE_SPLIT);
if (lineData.length > 1) {

@@ -273,0 +274,0 @@ lines = lineData.pop();

{
"name": "fast-csv",
"version": "0.0.2",
"version": "0.0.3",
"description": "CSV parser for node.js",

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

@@ -147,18 +147,4 @@ <a name="top"></a>

##Namespaces
## License
##Classes
## License
MIT <https://github.com/C2FO/fast-csv/raw/master/LICENSE>

@@ -165,0 +151,0 @@

Sorry, the diff of this file is not supported yet

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