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

csv

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

4

doc/from.md

@@ -5,3 +5,3 @@ ---

title: "Reading data from a source"
date: 2013-05-25T23:28:53.770Z
date: 2013-06-04T09:36:56.250Z
comments: false

@@ -11,3 +11,3 @@ sharing: false

navigation: csv
github: https://github.com/wdavidw/node-csv-parser
github: https://github.com/wdavidw/node-csv
---

@@ -14,0 +14,0 @@

@@ -5,3 +5,3 @@ ---

title: "Node CSV"
date: 2013-05-25T23:28:53.770Z
date: 2013-06-04T09:36:56.251Z
comments: false

@@ -11,3 +11,3 @@ sharing: false

navigation: csv
github: https://github.com/wdavidw/node-csv-parser
github: https://github.com/wdavidw/node-csv
---

@@ -14,0 +14,0 @@

@@ -5,3 +5,3 @@ ---

title: "Parsing"
date: 2013-03-31T21:12:03.753Z
date: 2013-06-04T09:36:56.251Z
comments: false

@@ -11,3 +11,3 @@ sharing: false

navigation: csv
github: https://github.com/wdavidw/node-csv-parser
github: https://github.com/wdavidw/node-csv
---

@@ -14,0 +14,0 @@

@@ -5,3 +5,3 @@ ---

title: "Stringifier"
date: 2013-01-05T06:10:44.661Z
date: 2013-06-04T09:36:56.252Z
comments: false

@@ -11,3 +11,3 @@ sharing: false

navigation: csv
github: https://github.com/wdavidw/node-csv-parser
github: https://github.com/wdavidw/node-csv
---

@@ -14,0 +14,0 @@

@@ -5,3 +5,3 @@ ---

title: "Writing data to a destination"
date: 2013-05-07T03:50:12.660Z
date: 2013-06-04T09:36:56.251Z
comments: false

@@ -11,3 +11,3 @@ sharing: false

navigation: csv
github: https://github.com/wdavidw/node-csv-parser
github: https://github.com/wdavidw/node-csv
---

@@ -14,0 +14,0 @@

@@ -5,3 +5,3 @@ ---

title: "Transforming data"
date: 2013-05-12T16:44:18.653Z
date: 2013-06-04T09:36:56.251Z
comments: false

@@ -11,3 +11,3 @@ sharing: false

navigation: csv
github: https://github.com/wdavidw/node-csv-parser
github: https://github.com/wdavidw/node-csv
---

@@ -14,0 +14,0 @@

@@ -99,3 +99,3 @@ // Generated by CoffeeScript 1.6.2

content = convert_code(content);
docs = "---\nlanguage: en\nlayout: page\ntitle: \"" + title + "\"\ndate: " + (date()) + "\ncomments: false\nsharing: false\nfooter: false\nnavigation: csv\ngithub: https://github.com/wdavidw/node-csv-parser\n---\n" + content;
docs = "---\nlanguage: en\nlayout: page\ntitle: \"" + title + "\"\ndate: " + (date()) + "\ncomments: false\nsharing: false\nfooter: false\nnavigation: csv\ngithub: https://github.com/wdavidw/node-csv\n---\n" + content;
while (match = re.exec(text)) {

@@ -102,0 +102,0 @@ if (match[1]) {

@@ -18,3 +18,3 @@ // Generated by CoffeeScript 1.6.2

columns: null,
comment: '#',
comment: '',
flags: 'r',

@@ -21,0 +21,0 @@ encoding: 'utf8',

{
"name": "csv",
"version": "0.3.2",
"version": "0.3.3",
"description": "CSV parser with simple api, full of options and tested against large datasets.",

@@ -5,0 +5,0 @@ "homepage": "http://www.adaltas.com/projects/node-csv/",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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