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 6.2.2 to 6.2.3

2

dist/cjs/index.d.ts

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

*/
quoted_match?: string | RegExp
quoted_match?: string | RegExp | (string | RegExp)[]
/**

@@ -100,0 +100,0 @@ * Boolean, default to false, quote all fields of type string even if not required.

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

*/
quoted_match?: string | RegExp
quoted_match?: string | RegExp | (string | RegExp)[]
/**

@@ -100,0 +100,0 @@ * Boolean, default to false, quote all fields of type string even if not required.

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

*/
quoted_match?: string | RegExp
quoted_match?: string | RegExp | (string | RegExp)[]
/**

@@ -100,0 +100,0 @@ * Boolean, default to false, quote all fields of type string even if not required.

{
"version": "6.2.2",
"version": "6.2.3",
"name": "csv-stringify",

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

},
"gitHead": "9fcd6da068cca24f21f63cace0734366a33a5f2d"
"gitHead": "5f4dbc9c4743e52f9ee273a19851078cbf900859"
}
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