Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "csv", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "CSV parser with simple api, full of options and tested against large datasets.", | ||
@@ -23,3 +23,3 @@ "keywords": ["node", "csv", "tsv", "parser", "parse", "stringifier", "stringify"], | ||
"csv-generate": "^1.0.0", | ||
"csv-parse": "^1.1.0", | ||
"csv-parse": "^1.2.0", | ||
"stream-transform": "^0.1.0", | ||
@@ -26,0 +26,0 @@ "csv-stringify": "^1.0.0" |
@@ -38,3 +38,3 @@ | ||
The full documentation for the current version 0.4 is available [here][new_doc] while the | ||
The full documentation for the current versionis available [here][new_doc] while the | ||
previous documentation is still available [here][old_doc]. | ||
@@ -122,3 +122,3 @@ | ||
})) | ||
.pipe(csv.stringify ()) | ||
.pipe(csv.stringify()) | ||
.pipe(process.stdout); | ||
@@ -125,0 +125,0 @@ ``` |
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
9978
11
Updatedcsv-parse@^1.2.0