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 6.4.6 to 6.5.0

2

dist/esm/index.d.ts

@@ -64,3 +64,3 @@ /// <reference types="node" />

*/
columns?: string[] | PlainObject<string> | ColumnOption[]
columns?: readonly string[] | PlainObject<string> | readonly ColumnOption[]
/**

@@ -67,0 +67,0 @@ * Set the field delimiter, one character only, defaults to a comma.

@@ -64,3 +64,3 @@ /// <reference types="node" />

*/
columns?: string[] | PlainObject<string> | ColumnOption[]
columns?: readonly string[] | PlainObject<string> | readonly ColumnOption[]
/**

@@ -67,0 +67,0 @@ * Set the field delimiter, one character only, defaults to a comma.

{
"version": "6.4.6",
"version": "6.5.0",
"name": "csv-stringify",

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

"coffeescript": "~2.7.0",
"csv-generate": "^4.4.0",
"csv-generate": "^4.4.1",
"each": "^2.4.0",

@@ -119,3 +119,3 @@ "eslint": "^8.47.0",

},
"gitHead": "6575fc60ef848fb7fd3acbf5ff32130345fe1524"
"gitHead": "6aadcace1a9e77ea308159733391e42ad019c5cb"
}

Sorry, the diff of this file is not supported yet

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