Socket
Socket
Sign inDemoInstall

csv-generate

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-generate - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0

lib/browser/index.js

4

CHANGELOG.md

@@ -12,2 +12,6 @@

## Version 3.4.0
* chore: integrate browserify
## Version 3.3.0

@@ -14,0 +18,0 @@

25

package.json
{
"version": "3.3.0",
"version": "3.4.0",
"name": "csv-generate",

@@ -33,14 +33,16 @@ "description": "CSV and object generation implementing the Node.js `stream.Readable` API",

"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.7",
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"@types/should": "^13.0.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"coffeescript": "~2.5.1",
"each": "^1.2.2",
"mocha": "~8.2.1",
"mocha": "~8.3.2",
"should": "~13.2.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},

@@ -65,2 +67,6 @@ "files": [

"scripts": {
"build:babel": "cd lib && babel *.js -d es5 && cd ..",
"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:coffee": "coffee -b -o lib src",
"build": "npm run build:coffee && npm run build:babel && npm run build:browserify",
"preversion": "grep '## Trunk' CHANGELOG.md && rm -rf lib/*.js && npm test && cp lib/*.ts lib/es5 && git add lib/es5/*.ts",

@@ -72,3 +78,2 @@ "version": "version=`grep '^ \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md",

"major": "npm version major -m 'Bump to version %s'",
"build": "coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..",
"pretest": "npm run build",

@@ -75,0 +80,0 @@ "test": "mocha test/**/*.{coffee,ts}"

[![Build Status](https://api.travis-ci.org/adaltas/node-csv-generate.svg)](https://travis-ci.org/#!/adaltas/node-csv-generate)
[![Build Status](https://api.travis-ci.org/adaltas/node-csv-generate.svg)](https://travis-ci.org/#!/adaltas/node-csv-generate) [![NPM](https://img.shields.io/npm/dm/csv-generate)](https://www.npmjs.com/package/csv-generate) [![NPM](https://img.shields.io/npm/v/csv-generate)](https://www.npmjs.com/package/csv-generate)

@@ -4,0 +4,0 @@ # CSV and object generation

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