You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

export-json-to-csv

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

export-json-to-csv - npm Package Compare versions

Comparing version

to
1.0.2

6

dist/index.js

@@ -21,7 +21,7 @@ "use strict";

// src/index.ts
var index_exports = {};
__export(index_exports, {
var src_exports = {};
__export(src_exports, {
exportCSVFromJSON: () => exportCSVFromJSON
});
module.exports = __toCommonJS(index_exports);
module.exports = __toCommonJS(src_exports);

@@ -28,0 +28,0 @@ // src/helpers.ts

{
"name": "export-json-to-csv",
"version": "1.0.1",
"version": "1.0.2",
"main": "./dist/index.js",

@@ -11,2 +11,5 @@ "module": "./dist/index.mjs",

},
"files": [
"./dist"
],
"scripts": {

@@ -13,0 +16,0 @@ "build": "tsup"

@@ -10,3 +10,3 @@ # export-json-to-csv

[Demo](https://stackblitz.com/edit/vitejs-vite-induwj?file=src%2FApp.jsx)
demo version [working example](https://john310897.github.io/export-json-to-csv/) (refer the demo folder for the example code in the github repo)

@@ -13,0 +13,0 @@ ### Features: