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

@incanta/config

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@incanta/config - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

4

lib/config.js

@@ -52,4 +52,4 @@ "use strict";

}
else {
console.log(`Cannot use environment deployment value of ${configEnvDir} because ${path_1.default.join(this.configDir, configEnvDir)} doesn't exist`);
else if (process.env["NODE_CONFIG_SKIP_ENV_WARNING"] !== "true") {
console.log(`Cannot use config environment '${configEnvDir}' because ${path_1.default.join(this.configDir, configEnvDir)} doesn't exist`);
}

@@ -56,0 +56,0 @@ }

{
"name": "@incanta/config",
"version": "0.4.3",
"version": "0.4.4",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "exports": {

@@ -78,5 +78,5 @@ import merge from "lodash.merge";

);
} else {
} else if (process.env["NODE_CONFIG_SKIP_ENV_WARNING"] !== "true") {
console.log(
`Cannot use environment deployment value of ${configEnvDir} because ${path.join(
`Cannot use config environment '${configEnvDir}' because ${path.join(
this.configDir,

@@ -83,0 +83,0 @@ configEnvDir

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