csv-parse
Advanced tools
Comparing version 4.8.4 to 4.8.5
@@ -13,2 +13,6 @@ | ||
## Version 4.8.5 | ||
* ts: fix `types` declaration | ||
## Version 4.8.4 | ||
@@ -15,0 +19,0 @@ |
{ | ||
"version": "4.8.4", | ||
"version": "4.8.5", | ||
"name": "csv-parse", | ||
@@ -85,3 +85,3 @@ "description": "CSV parsing implementing the Node.js `stream.Transform` API", | ||
}, | ||
"types": "./lib/sync.d.ts" | ||
"types": "./lib/index.d.ts" | ||
} |
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
130591