Socket
Socket
Sign inDemoInstall

csv-parse

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-parse - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

6

lib/index.js

@@ -255,2 +255,8 @@ // Generated by CoffeeScript 1.10.0

}
if (this.count < this.options.from) {
return;
}
if (this.count > this.options.to) {
return;
}
if (this.options.raw) {

@@ -257,0 +263,0 @@ this.push({

2

package.json
{
"version": "1.1.11",
"version": "1.1.12",
"name": "csv-parse",

@@ -4,0 +4,0 @@ "description": "CSV parsing implementing the Node.js `stream.Transform` API",

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