Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "fast-csv", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "CSV parser and writer", | ||
@@ -21,3 +21,4 @@ "main": "./build/src/index.js", | ||
"type": "git", | ||
"url": "git@github.com:C2FO/fast-csv.git" | ||
"url": "git+https://github.com/C2FO/fast-csv.git", | ||
"directory": "packages/fast-csv" | ||
}, | ||
@@ -39,7 +40,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@fast-csv/format": "^4.0.1", | ||
"@fast-csv/parse": "^4.0.1", | ||
"@fast-csv/format": "^4.0.2", | ||
"@fast-csv/parse": "^4.0.2", | ||
"@types/node": "^12.12.17" | ||
}, | ||
"gitHead": "b0886a4a448ba2d8ee50ef64b6b528ae597c6487" | ||
"gitHead": "205cb22237a708a9a9cb3ef80422157c0c2a5b18" | ||
} |
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
4970
Updated@fast-csv/format@^4.0.2
Updated@fast-csv/parse@^4.0.2