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 3.1.0 to 3.1.1

4

CHANGELOG.md
# Changelog
## Version 3.1.1
* typescript: sync API needs to return a string
## Version 3.1.0

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

4

lib/sync.d.ts

@@ -5,3 +5,3 @@ import * as csvStringify from './index'

declare function stringify(input: csvStringify.Input, options?: csvStringify.Options)
declare namespace stringify {}
declare function stringify(input: csvStringify.Input, options?: csvStringify.Options): string
declare namespace stringify {}
{
"version": "3.1.0",
"version": "3.1.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