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 4.2.0 to 4.3.0

4

CHANGELOG.md
# Changelog
## Version 4.3.0
* package: move to csv.js.org
## Version 4.2.0

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

6

lib/es5/index.js

@@ -7,3 +7,3 @@ "use strict";

// # CSV Stringifier
// Please look at the [README], the [samples] and the [tests] for additional
// Please look at the [project documentation](https://csv.js.org/stringify/) for additional
// information.

@@ -510,4 +510,2 @@ var _Stringifier, get, stream, util;

return columns;
}; // [readme]: https://github.com/wdavidw/node-csv-stringify
// [samples]: https://github.com/wdavidw/node-csv-stringify/tree/master/samples
// [tests]: https://github.com/wdavidw/node-csv-stringify/tree/master/test
};

@@ -6,3 +6,4 @@ "use strict";

// Provides a synchronous alternative to the CSV stringifier.
// Usage: `data = stringify(records, [options]`
// ## Usage
// `const csv = stringify(records, [options]`
var StringDecoder, stringify;

@@ -9,0 +10,0 @@

// Generated by CoffeeScript 2.3.2
// # CSV Stringifier
// Please look at the [README], the [samples] and the [tests] for additional
// Please look at the [project documentation](https://csv.js.org/stringify/) for additional
// information.

@@ -438,5 +438,1 @@ var Stringifier, get, stream, util;

};
// [readme]: https://github.com/wdavidw/node-csv-stringify
// [samples]: https://github.com/wdavidw/node-csv-stringify/tree/master/samples
// [tests]: https://github.com/wdavidw/node-csv-stringify/tree/master/test

@@ -6,3 +6,5 @@ // Generated by CoffeeScript 2.3.2

// Usage: `data = stringify(records, [options]`
// ## Usage
// `const csv = stringify(records, [options]`
var StringDecoder, stringify;

@@ -9,0 +11,0 @@

{
"version": "4.2.0",
"version": "4.3.0",
"name": "csv-stringify",

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

},
"homepage": "http://csv.adaltas.com/stringify/",
"homepage": "https://csv.js.org/stringify/",
"dependencies": {

@@ -18,0 +18,0 @@ "lodash.get": "~4.4.2"

[![Build Status](https://api.travis-ci.org/adaltas/node-csv-stringify.svg)](https://travis-ci.org/#!/adaltas/node-csv-stringify)
Part of the [CSV module][csv_home], this project is a stringifier converting
arrays or objects input into a CSV text. It implements the Node.js
[`stream.Transform` API][stream_transform]. It also provides a simple
callback-based API for convenience. It is both extremely easy to use and
powerful. It was first released in 2010 and is used against big data sets by a
large community.
Part of the [CSV module][csv_home], this project is a stringifier converting arrays or objects into a CSV text. It implements the Node.js [`stream.Transform` API][stream_transform]. It also provides a simple callback-based API for convenience. It is both extremely easy to use and powerful. It was first released in 2010 and is used against big data sets by a large community.
[Documentation for the "csv-stringify" package is available here][home].
## Documentation
* [Project homepage](http://localhost:8000/stringify/)
* [API](http://localhost:8000/stringify/api/)
* [Options](http://localhost:8000/stringify/options/)
* [Examples](http://localhost:8000/stringify/examples/)
## Main features

@@ -26,5 +26,2 @@

Refer to the [project webpage][home] for [an exhaustive list of options][home]
and [some usage examples][examples].
The module is built on the Node.js Stream API. For the sake of simplicity, a

@@ -58,3 +55,2 @@ simple callback API is also provided. To give you a quick look, here's an

[home]: http://csv.adaltas.com/stringify/
[csv_home]: https://github.com/adaltas/node-csv

@@ -61,0 +57,0 @@ [stream_transform]: http://nodejs.org/api/stream.html#stream_class_stream_transform

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc