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

@types/react-json-to-csv

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-json-to-csv - npm Package Compare versions

Comparing version 1.0.0 to 1.2.0

6

react-json-to-csv/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for react-json-to-csv 1.0
// Type definitions for react-json-to-csv 1.2
// Project: https://github.com/coston/react-json-to-csv

@@ -11,3 +11,5 @@ // Definitions by: Nui Rattapon <https://github.com/nui-tech>

data: object | object[];
filename?: string;
filename?: string | undefined;
delimiter?: string | undefined;
headers?: string[] | undefined;
}

@@ -14,0 +16,0 @@

{
"name": "@types/react-json-to-csv",
"version": "1.0.0",
"version": "1.2.0",
"description": "TypeScript definitions for react-json-to-csv",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-json-to-csv",

},
"typesPublisherContentHash": "126af2ef1f8ac638bc25220b6300b273220db0d5596f03b13f9438b36084194f",
"typeScriptVersion": "4.0"
"typesPublisherContentHash": "c2e129e2c7854d5f9fcb9eff78f3727e996f79d53693de2bb4e552652909fad0",
"typeScriptVersion": "4.2"
}

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

````ts
// Type definitions for react-json-to-csv 1.0
// Type definitions for react-json-to-csv 1.2
// Project: https://github.com/coston/react-json-to-csv

@@ -22,3 +22,5 @@ // Definitions by: Nui Rattapon <https://github.com/nui-tech>

data: object | object[];
filename?: string;
filename?: string | undefined;
delimiter?: string | undefined;
headers?: string[] | undefined;
}

@@ -33,3 +35,3 @@

### Additional Details
* Last updated: Tue, 28 Jun 2022 05:01:36 GMT
* Last updated: Wed, 25 Jan 2023 21:03:00 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -36,0 +38,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