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

config-extends

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

config-extends - npm Package Compare versions

Comparing version 1.0.8 to 2.0.0

commands/apply.d.ts

75

package.json
{
"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

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