Socket
Socket
Sign inDemoInstall

csv-stringify

Package Overview
Dependencies
0
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.4 to 5.3.5

4

CHANGELOG.md
# Changelog
## Version 5.3.5
* stream: passing options to parent constructor, fix #104
## Version 5.3.4

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

2

lib/es5/index.js

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

writableObjectMode: true
}, {}, options)));
}, {}, opts)));
options = {};

@@ -152,0 +152,0 @@

@@ -100,3 +100,3 @@ // Generated by CoffeeScript 2.4.1

writableObjectMode: true
}, ...options});
}, ...opts});
options = {};

@@ -103,0 +103,0 @@ for (k in opts) {

{
"version": "5.3.4",
"version": "5.3.5",
"name": "csv-stringify",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc