Socket
Socket
Sign inDemoInstall

csv-stringify

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-stringify - npm Package Compare versions

Comparing version 5.6.1 to 5.6.2

4

CHANGELOG.md
# Changelog
## Version 5.6.2
* build: rename build commands
## Version 5.6.1

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

10

package.json
{
"version": "5.6.1",
"version": "5.6.2",
"name": "csv-stringify",

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

"@types/should": "^13.0.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",

@@ -51,3 +52,2 @@ "coffeescript": "~2.5.1",

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

@@ -67,2 +67,5 @@ "mocha": {

"scripts": {
"build:babel": "cd lib && babel *.js -d es5 && cd ..",
"build:browserify": "browserify lib/index.js --transform babelify --standalone stringify > lib/browser/index.js && browserify lib/sync.js --transform babelify --standalone stringify > lib/browser/sync.js",
"build": "npm run build:babel && npm run build:browserify",
"preversion": "grep '## Trunk' CHANGELOG.md && npm test && cp lib/*.ts lib/es5 && git add lib/es5/*.ts",

@@ -74,5 +77,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_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",

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

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

@@ -4,0 +4,0 @@ This package is a stringifier converting records into a CSV text and

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