Socket
Socket
Sign inDemoInstall

csv-stringify

Package Overview
Dependencies
0
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.5.3 to 5.6.0

lib/browser/index.js

4

CHANGELOG.md
# Changelog
## Version 5.6.0
* build: use browser compatible bundles, fix #122
## Version 5.5.3

@@ -5,0 +9,0 @@

7

package.json
{
"version": "5.5.3",
"version": "5.6.0",
"name": "csv-stringify",

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

"each": "^1.2.2",
"express": "^4.17.1",
"mocha": "~8.2.1",

@@ -70,3 +71,5 @@ "should": "~13.2.3",

"major": "npm version major -m 'Bump to version %s'",
"build": "cd lib && babel *.js -d es5 && cd ..",
"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": "npm run build_babel && npm run build_browserify",
"pretest": "npm run build",

@@ -73,0 +76,0 @@ "test": "mocha test/**/*.{coffee,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