Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/csv-stringify

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/csv-stringify - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

4

csv-stringify/index.d.ts

@@ -88,5 +88,5 @@ // Type definitions for csv-stringify 1.4

*/
declare function stringify(input: any[][], opts: stringify.StringifyOpts, callback: (error: Error | undefined, output: string) => void): void;
declare function stringify(input: any[][], callback: (error: Error | undefined, output: string) => void): void;
declare function stringify(input: any[][] | Array<{}>, opts: stringify.StringifyOpts, callback: (error: Error | undefined, output: string) => void): void;
declare function stringify(input: any[][] | Array<{}>, callback: (error: Error | undefined, output: string) => void): void;
export = stringify;
{
"name": "@types/csv-stringify",
"version": "1.4.0",
"version": "1.4.1",
"description": "TypeScript definitions for csv-stringify",

@@ -26,4 +26,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "6198161c343007711efa03dcd8a6bcc0098b47f4fa67865d5b9f615e91787491",
"typesPublisherContentHash": "ea58e8640dcb183207943bc0da2938f4edec80885cca302149a385a7f74765f0",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 12 Jul 2017 13:51:49 GMT
* Last updated: Wed, 02 Aug 2017 13:47:41 GMT
* Dependencies: node

@@ -14,0 +14,0 @@ * Global values: none

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