Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "fast-csv", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "CSV parser and writer", | ||
@@ -8,2 +8,3 @@ "main": "./build/src/index.js", | ||
"scripts": { | ||
"prepare": "npm run build", | ||
"build": "npm run clean && npm run compile", | ||
@@ -40,7 +41,7 @@ "clean": "rm -rf ./build && rm -rf tsconfig.tsbuildinfo", | ||
"dependencies": { | ||
"@fast-csv/format": "^4.0.3", | ||
"@fast-csv/parse": "^4.1.0", | ||
"@fast-csv/format": "^4.1.1", | ||
"@fast-csv/parse": "^4.1.1", | ||
"@types/node": "^12.12.17" | ||
}, | ||
"gitHead": "682710d90cb3c80c35e067cbe02d18eb822a7873" | ||
"gitHead": "1cf0c07413504f28bec613e3b82efa439c0f8b2f" | ||
} |
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
5002
Updated@fast-csv/format@^4.1.1
Updated@fast-csv/parse@^4.1.1