New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hkube/config

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hkube/config - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

3

lib/config.js

@@ -24,2 +24,3 @@ const fs = require('fs');

const config = this._readConfigFromDisk({
...options,
useBase: options.useBase !== false,

@@ -34,3 +35,3 @@ configFolder: `${options.configFolder}/${DEFAULT_CONFIG_FOLDER}/${folder}`

_requireConfigFile(dir, configFolder, configName) {
const configEnvironment = configFolder + '/config.' + configName + '.js';
const configEnvironment = path.join(configFolder, 'config.' + configName + '.js');
try {

@@ -37,0 +38,0 @@ return require(path.join(dir, configEnvironment)); // eslint-disable-line global-require, import/no-dynamic-require

{
"name": "@hkube/config",
"version": "2.0.6",
"version": "2.0.7",
"description": "configuration management for node",

@@ -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