Socket
Socket
Sign inDemoInstall

csv-parse

Package Overview
Dependencies
0
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.9 to 0.1.0

2

lib/index.js

@@ -123,3 +123,3 @@ // Generated by CoffeeScript 1.9.1

this.chunks = [];
this.intRegexp = /^(\-|\+)?([0-9]+)$/;
this.intRegexp = /^(\-|\+)?([1-9]+[0-9]*)$/;
this.floatRegexp = /^(\-|\+)?([0-9]+(\.[0-9]+)?([eE][0-9]+)?|Infinity)$/;

@@ -126,0 +126,0 @@ return this;

{
"version": "0.0.9",
"version": "0.1.0",
"name": "csv-parse",

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

"scripts": {
"test": "make test"
"coffee": "./node_modules/.bin/coffee -b -o lib src",
"pretest": "./node_modules/.bin/coffee -b -o lib src",
"test": "NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter dot"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc