Socket
Socket
Sign inDemoInstall

nested_json_to_csv

Package Overview
Dependencies
66
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

build/interfaces/IFactory.d.ts

7

package.json
{
"name": "nested_json_to_csv",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "index.js",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"directories": {
"test": "test"
},
"prepublish": "tsc",
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "node ./build/src/index.js",

@@ -11,0 +14,0 @@ "watch": "tsc-watch --onSuccess 'npm start'",

@@ -45,3 +45,3 @@ {

/* Emit */
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
// "declarationMap": true, /* Create sourcemaps for d.ts files. */

@@ -100,3 +100,4 @@ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */

"skipLibCheck": true /* Skip type checking all .d.ts files. */
}
},
"exclude": ["node_modules", "build"]
}
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