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 2.0.2 to 2.0.3

.babelrc

5

CHANGELOG.md
# Changelog
## Version 2.0.3
* package: es5 backward compatiblity
* package: ignore yarn lock file
## Version 2.0.2

@@ -5,0 +10,0 @@

2

lib/index.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.0.1
// Generated by CoffeeScript 2.0.3
// # CSV Stringifier

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.0.1
// Generated by CoffeeScript 2.0.3
// # CSV Stringify Sync

@@ -3,0 +3,0 @@

{
"version": "2.0.2",
"version": "2.0.3",
"name": "csv-stringify",

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

"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"lodash.get": "~4.4.2"

@@ -35,6 +37,6 @@ },

"major": "npm version major -m 'Bump to version %s'",
"coffee": "./node_modules/.bin/coffee -b -o lib src",
"pretest": "./node_modules/.bin/coffee -b -o lib src",
"coffee": "coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..",
"pretest": "coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..",
"test": "./node_modules/.bin/mocha test/**/*.coffee"
}
}
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