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.15.2 to 4.15.3

4

CHANGELOG.md

@@ -20,2 +20,6 @@

## Version 4.15.3
* feat: lib/browser compatibility with ES5
## Version 4.15.2

@@ -22,0 +26,0 @@

6

package.json
{
"version": "4.15.2",
"version": "4.15.3",
"name": "csv-parse",

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

"@types/node": "^14.14.7",
"babelify": "^10.0.0",
"browserify": "^17.0.0",

@@ -75,3 +76,2 @@ "coffeescript": "^2.5.1",

],
"optionalDependencies": {},
"main": "./lib",

@@ -92,3 +92,3 @@ "mocha": {

"build:babel": "cd lib && babel *.js -d es5 && cd ..",
"build:browserify": "browserify lib/index.js --standalone parse > lib/browser/index.js && browserify lib/sync.js --standalone parse > lib/browser/sync.js",
"build:browserify": "browserify lib/index.js --transform babelify --standalone parse > lib/browser/index.js && browserify lib/sync.js --transform babelify --standalone parse > lib/browser/sync.js",
"build": "npm run build:babel && npm run build:browserify",

@@ -95,0 +95,0 @@ "preversion": "grep '## Trunk' CHANGELOG.md && npm test && cp lib/*.ts lib/es5 && git add lib/es5/*.ts",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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