csv-parse
Advanced tools
Comparing version 4.15.1 to 4.15.2
@@ -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 @@ |
{ | ||
"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", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
654330
18