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

@iwsio/json-csv-node

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iwsio/json-csv-node - npm Package Compare versions

Comparing version 5.0.10 to 6.0.0-alpha.2

src/index.cts

42

package.json
{
"name": "@iwsio/json-csv-node",
"version": "5.0.10",
"version": "6.0.0-alpha.2",
"description": "Easily convert JSON to CSV in Node.JS. This package supports streaming and buffered conversion to CSV.",

@@ -19,10 +19,29 @@ "homepage": "https://github.com/IWSLLC/json-csv",

},
"main": "./src/index.js",
"module": "./dist/index.cjs",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"./*": {
"import": "./dist/*.mjs",
"require": "./dist/*.cjs",
"types": "./dist/*.d.ts"
}
},
"engines": {
"node": ">=10"
},
"scripts": {
"prebuild:esm": "rimraf dist && tsc --build --clean tsconfig.build.json",
"build:esm": "tsc --build tsconfig.build.json",
"build": "npm-run-all -p build:*"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"chai": "^4.3.6",
"coffeescript": "^2.5.1",
"@types/node": "^18.16.18",
"debug": "^4.3.2",

@@ -33,4 +52,5 @@ "eslint": "^8.9.0",

"eslint-plugin-promise": "^6.0.0",
"mocha": "^9.2.2",
"should": "^13.2.3"
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.1",
"typescript": "^5.1.3"
},

@@ -40,12 +60,6 @@ "bugs": {

},
"directories": {
"test": "test"
},
"dependencies": {
"@iwsio/json-csv-core": "^0.2.6"
"@iwsio/json-csv-core": "^0.2.14-alpha.3"
},
"scripts": {
"test": "mocha $@"
},
"license": "BSD-3"
"license": "BSD-3-Clause"
}
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