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

csv-parser

Package Overview
Dependencies
Maintainers
1
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.0.1 to 1.1.0

7

index.js

@@ -121,2 +121,9 @@ var stream = require('stream')

this._Row = new Function('return function Row(cells) {\n'+props+'}')()
if (Object.defineProperty) {
Object.defineProperty(this._Row.prototype, 'headers', {
enumerable: false,
value: this.headers
})
} else this._Row.prototype.headers = this.headers
}

@@ -123,0 +130,0 @@

2

package.json
{
"name": "csv-parser",
"version": "1.0.1",
"version": "1.1.0",
"description": "Streaming csv parser inspired by binary-csv that aims to be faster than everyone else",

@@ -5,0 +5,0 @@ "repository": "mafintosh/csv-parser",

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