body-parser-csv
Advanced tools
Comparing version 1.1.0-dev.238124158 to 1.1.0-dev.368640890
@@ -34,3 +34,3 @@ "use strict"; | ||
readable | ||
.pipe(fast_csv_1.parse(this.settings)) | ||
.pipe((0, fast_csv_1.parse)(this.settings)) | ||
.on("error", (error) => { | ||
@@ -37,0 +37,0 @@ reject(error); |
{ | ||
"name": "body-parser-csv", | ||
"version": "1.1.0-dev.238124158", | ||
"version": "1.1.0-dev.368640890", | ||
"description": "CSV parser middleware for express.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
11631