@iwsio/json-csv-node
Advanced tools
Comparing version 5.0.10 to 6.0.0-alpha.2
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
9
0
Yes
6457
17
1
2
0
+ Added@iwsio/json-csv-core@0.2.14-alpha.3(transitive)
- Removed@iwsio/json-csv-core@0.2.13(transitive)