Comparing version 2.0.0 to 2.0.1
@@ -101,2 +101,2 @@ /** | ||
module.exports = CsvAsync; | ||
module.exports = CsvAsync; |
@@ -0,0 +0,0 @@ const csv = require('./'); |
{ | ||
"name": "async-csv", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "ES7 async-await wrapper for the csv package.", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/catcher-in-the-try/async-csv.git" | ||
"url": "git+https://github.com/anton-bot/async-csv.git" | ||
}, | ||
@@ -31,7 +31,7 @@ "keywords": [ | ||
"dependencies": { | ||
"csv": "^4.0.0" | ||
"csv": "^5.1.1" | ||
}, | ||
"devDependencies": { | ||
"jest": "^23.6.0" | ||
"jest": "^24.8.0" | ||
} | ||
} |
@@ -26,2 +26,2 @@ # ES7 async wrapper for csv package # | ||
Feedback, bug reports and pull requests are welcome. See the linked github repository. | ||
Feedback, bug reports and pull requests are welcome. See the linked github repository. |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
27
0
5386
5
106
+ Addedcsv@5.5.3(transitive)
+ Addedcsv-generate@3.4.3(transitive)
+ Addedcsv-parse@4.16.3(transitive)
+ Addedcsv-stringify@5.6.5(transitive)
+ Addedmixme@0.5.10(transitive)
+ Addedstream-transform@2.1.3(transitive)
- Removedcsv@4.0.0(transitive)
- Removedcsv-generate@2.2.2(transitive)
- Removedcsv-parse@3.2.0(transitive)
- Removedcsv-stringify@4.3.1(transitive)
- Removedlodash.get@4.4.2(transitive)
- Removedstream-transform@1.0.8(transitive)
Updatedcsv@^5.1.1