Socket
Socket
Sign inDemoInstall

csv-parse

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-parse - npm Package Compare versions

Comparing version 4.4.1 to 4.4.2

6

CHANGELOG.md

@@ -10,2 +10,8 @@

## Version 4.4.2
* bom: parsing for BOM character #239
* ts: add sync definition
* package: replace npm ignore with file field
## Version 4.4.1

@@ -12,0 +18,0 @@

10

package.json
{
"version": "4.4.1",
"version": "4.4.2",
"name": "csv-parse",

@@ -67,2 +67,5 @@ "description": "CSV parsing implementing the Node.js `stream.Transform` API",

},
"files": [
"./lib"
],
"optionalDependencies": {},

@@ -80,3 +83,6 @@ "main": "./lib",

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

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc