Socket
Socket
Sign inDemoInstall

csv-parse

Package Overview
Dependencies
0
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.8.3 to 4.8.4

4

CHANGELOG.md

@@ -13,2 +13,6 @@

## Version 4.8.4
* ts: fix `types` declaration to a single file
## Version 4.8.3

@@ -15,0 +19,0 @@

7

package.json
{
"version": "4.8.3",
"version": "4.8.4",
"name": "csv-parse",

@@ -85,6 +85,3 @@ "description": "CSV parsing implementing the Node.js `stream.Transform` API",

},
"types": [
"./lib/index.d.ts",
"./lib/sync.d.ts"
]
"types": "./lib/sync.d.ts"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc