Socket
Socket
Sign inDemoInstall

@types/json-to-csv-export

Package Overview
Dependencies
1
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 2.0.0

27

json-to-csv-export/package.json
{
"name": "@types/json-to-csv-export",
"version": "1.1.0",
"description": "TypeScript definitions for json-to-csv-export",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-to-csv-export",
"version": "2.0.0",
"description": "Stub TypeScript definitions entry for json-to-csv-export, which provides its own types definitions",
"main": "",
"scripts": {},
"license": "MIT",
"contributors": [
{
"name": "Piotr Błażejewicz",
"url": "https://github.com/peterblazejewicz",
"githubUsername": "peterblazejewicz"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/json-to-csv-export"
"dependencies": {
"json-to-csv-export": "*"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "2b84aa3b5ef1d68bf157f5178d818e42c18d90470979ff6b5999cb6a42672a9a",
"typeScriptVersion": "4.0"
"deprecated": "This is a stub types definition. json-to-csv-export provides its own type definitions, so you do not need this installed."
}

@@ -1,33 +0,3 @@

# Installation
> `npm install --save @types/json-to-csv-export`
This is a stub types definition for @types/json-to-csv-export (https://github.com/coston/json-to-csv-export).
# Summary
This package contains type definitions for json-to-csv-export (https://github.com/coston/json-to-csv-export).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-to-csv-export.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-to-csv-export/index.d.ts)
````ts
// Type definitions for json-to-csv-export 1.1
// Project: https://github.com/coston/json-to-csv-export
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/**
* @param data object or array of objects
* @param [name] The complete filename. Deaults to "export.csv"
* @param [delimiter] field separator Defaults to ","
*/
export default function jsonToCsv(data: object | object[], name?: string, delimiter?: string): void;
export as namespace csvDownload;
````
### Additional Details
* Last updated: Mon, 27 Jun 2022 23:01:35 GMT
* Dependencies: none
* Global values: `csvDownload`
# Credits
These definitions were written by [Piotr Błażejewicz](https://github.com/peterblazejewicz).
json-to-csv-export provides its own type definitions, so you don't need @types/json-to-csv-export installed!
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc