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.1 to 4.15.2

5

CHANGELOG.md

@@ -20,2 +20,7 @@

## Version 4.15.2
* docs: browser demo fix #302
* fix: browserify export parse instead of stringify
## Version 4.15.1

@@ -22,0 +27,0 @@

5

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

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

"eslint": "^7.13.0",
"express": "^4.17.1",
"mocha": "^8.2.1",

@@ -90,3 +91,3 @@ "pad": "^3.2.0",

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

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

lib/browser/index.js

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