Socket
Socket
Sign inDemoInstall

@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.2.0 to 0.2.1

5

index.js

@@ -242,2 +242,7 @@ 'use strict';

if (!key) {
return defaultValue || key;
}
const env_var_name = `${this.name.toUpperCase()}_${key.toUpperCase().replace('.', '_')}`;

@@ -244,0 +249,0 @@ // console.error(`env_var_name: ${JSON.stringify(env_var_name, null, 2)}`);

2

package.json
{
"name": "@geek/config",
"version": "0.2.0",
"version": "0.2.1",
"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",

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