config-extends
Advanced tools
Comparing version 1.0.8 to 2.0.0
{ | ||
"name": "config-extends", | ||
"version": "1.0.8", | ||
"description": "Allow to extend yaml or json files configuration", | ||
"main": "./lib/config-extends", | ||
"bin": { | ||
"config-extends": "bin/config-extends" | ||
}, | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/FlavioLionelRita/config-extends.git" | ||
}, | ||
"keywords": [ | ||
"json", | ||
"yaml", | ||
"extend", | ||
"extends", | ||
"config", | ||
"configuration", | ||
"inheritance" | ||
], | ||
"author": "Flavio Lionel Rita <flaviolrita@hotmail.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/FlavioLionelRita/config-extends/issues" | ||
}, | ||
"homepage": "https://github.com/FlavioLionelRita/config-extends#readme", | ||
"dependencies": { | ||
"js-yaml": "^4.1.0", | ||
"minimist": "^1.2.6" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^9.2.2", | ||
"chai": "^4.3.6", | ||
"dir-compare": "^4.0.0" | ||
} | ||
} | ||
"name": "config-extends", | ||
"version": "2.0.0", | ||
"description": "Allow to extend yaml or json files configuration", | ||
"scripts": { | ||
"test": "npx jest --config jest-unit-config.json" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/FlavioLionelRita/config-extends.git" | ||
}, | ||
"keywords": [ | ||
"json", | ||
"yaml", | ||
"extend", | ||
"extends", | ||
"config", | ||
"configuration", | ||
"inheritance" | ||
], | ||
"author": "Flavio Lionel Rita <flaviolrita@hotmail.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/FlavioLionelRita/config-extends/issues" | ||
}, | ||
"homepage": "https://github.com/FlavioLionelRita/config-extends#readme", | ||
"dependencies": { | ||
"h3lp": "1.2.6", | ||
"js-yaml": "^4.1.0", | ||
"minimist": "^1.2.6" | ||
}, | ||
"main": "index.js", | ||
"bin": { | ||
"config-extends": "bin/config-extends" | ||
}, | ||
"types": "index.d.ts" | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
586
0
49584
3
38
1
+ Addedh3lp@1.2.6
+ Addedh3lp@1.2.6(transitive)