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

@geek/config

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geek/config - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "@geek/config",
"version": "0.0.1",
"version": "0.0.2",
"description": "Geek Configuration Manager for Node.js - The complete solution for managing config settings for your Node.js application",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -24,5 +24,5 @@ # @geek/config

| priority | source | example | location |
|:-: |:-: |:-: |:-: |:-: |
| 1. | **process.env** | `MYAPP_MYPROPERTY="Some value" ` | environment variable |
| 2. | **overrides** | | parameter: `overrides` |
|:-: |:-: |:-: |:-: |
| 1. | **process.env** | `MYAPP_PROPERTY1="environment-value" ` | environment variable |
| 2. | **overrides** | `{ "property1": "override-value" }` | parameter: `overrides` |
| 3. | **user environment config file** | `myapp.dev.user.json` | *project directory* |

@@ -34,3 +34,3 @@ | 4. | **user config file** | `myapp.user.json` | *project directory* |

| 8. | **global config file** | `myapp.global.json` | *home config directory* |
| 9. | **default values** | | parameter: `defaults` |
| 9. | **default values** | `{ "property1": "default-value" }` | parameter: `defaults` |

@@ -37,0 +37,0 @@ ## Examples

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