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.0.0 to 4.0.1

4

CHANGELOG.md
# Changelog
## Version 4.0.1
* typescript: reflect latest change in formatters
## Version 4.0.0

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

5

lib/index.d.ts

@@ -86,4 +86,5 @@ /// <reference types="node" />

formatters?: {
boolean?: Formatter<boolean>
date?: Formatter<Date>
bool?: Formatter<boolean>
number?: Formatter<number>
/**

@@ -99,2 +100,2 @@ * Custom formatter for generic object values

}
}
}
{
"version": "4.0.0",
"version": "4.0.1",
"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
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc