csv-parse
Advanced tools
Comparing version 3.1.1 to 3.1.2
# Changelog | ||
## Version 3.1.2 | ||
* readme: fix links to project website | ||
## Version 3.1.1 | ||
@@ -5,0 +9,0 @@ |
{ | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"name": "csv-parse", | ||
@@ -4,0 +4,0 @@ "description": "CSV parsing implementing the Node.js `stream.Transform` API", |
@@ -7,8 +7,8 @@ [![Build Status](https://api.travis-ci.org/adaltas/node-csv-parse.svg)](https://travis-ci.org/#!/adaltas/node-csv-parse) | ||
* [Project homepage](http://localhost:8000/parse/) | ||
* [API](http://localhost:8000/parse/api/) | ||
* [Options](http://localhost:8000/parse/options/) | ||
* [State properties](http://localhost:8000/parse/state/) | ||
* [Common errors](http://localhost:8000/parse/errors/) | ||
* [Examples](http://localhost:8000/parse/examples/) | ||
* [Project homepage](http://csv.js.org/parse/) | ||
* [API](http://csv.js.org/parse/api/) | ||
* [Options](http://csv.js.org/parse/options/) | ||
* [State properties](http://csv.js.org/parse/state/) | ||
* [Common errors](http://csv.js.org/parse/errors/) | ||
* [Examples](http://csv.js.org/parse/examples/) | ||
@@ -15,0 +15,0 @@ ## Features |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76727