Socket
Socket
Sign inDemoInstall

@docen/csv

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7-edge.1 to 0.0.7-edge.2

7

dist/index.d.ts

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

interface CSVToJSONOptions {
interface csvConvertOptions {
header?: boolean | string | string[];

@@ -8,6 +8,7 @@ delimiter?: string;

}
declare function convertCSVToJSON(source: Uint8Array, options?: CSVToJSONOptions): {
declare function convertCSVToJSON(source: string, options?: csvConvertOptions): {
[key: string]: string;
}[];
declare function convertJSONToCSV(source: Record<string, any>[], options?: csvConvertOptions): string;
export { type CSVToJSONOptions, convertCSVToJSON };
export { convertCSVToJSON, convertJSONToCSV, type csvConvertOptions };
{
"name": "@docen/csv",
"version": "0.0.7-edge.1",
"version": "0.0.7-edge.2",
"description": "Programmed implementation of csv format, powered by Demo Macro.",

@@ -5,0 +5,0 @@ "main": "dist/index.mjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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