Socket
Socket
Sign inDemoInstall

csv-stringify

Package Overview
Dependencies
1
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.0 to 5.1.1

6

CHANGELOG.md
# Changelog
## Version 5.1.1
Fix:
* ts: add casting context missing type
## Version 5.1.0

@@ -5,0 +11,0 @@

2

lib/index.d.ts

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

type Cast<T> = (value: T, CastingContext) => string
type Cast<T> = (value: T, context: CastingContext) => string

@@ -19,0 +19,0 @@ type PlainObject<T> = Record<string, T>

{
"version": "5.1.0",
"version": "5.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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc