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

@athenna/config

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@athenna/config - npm Package Compare versions

Comparing version 4.15.0 to 4.16.0

8

package.json
{
"name": "@athenna/config",
"version": "4.15.0",
"version": "4.16.0",
"description": "Cache and handle environment variables and config files of Athenna.",

@@ -56,3 +56,3 @@ "license": "MIT",

"dependencies": {
"dotenv": "^16.3.2",
"dotenv": "^16.4.0",
"magicast": "^0.3.3",

@@ -62,4 +62,4 @@ "syntax-error": "^1.4.0"

"devDependencies": {
"@athenna/common": "^4.33.0",
"@athenna/test": "^4.21.0",
"@athenna/common": "^4.34.0",
"@athenna/test": "^4.22.0",
"@athenna/tsconfig": "^4.12.0",

@@ -66,0 +66,0 @@ "@types/lodash": "^4.14.191",

@@ -26,3 +26,3 @@ /**

*/
static resolveFile(lookupNodeEnv?: boolean): void;
static resolveFile(lookupNodeEnv?: boolean, override?: boolean): void;
/**

@@ -29,0 +29,0 @@ * Resolve some env file path.

@@ -60,7 +60,7 @@ /**

*/
static resolveFile(lookupNodeEnv = false) {
static resolveFile(lookupNodeEnv = false, override = this.isToOverrideEnvs()) {
const environment = this.getAppEnv(lookupNodeEnv);
const configurations = {
path: Path.pwd('.env'),
override: this.isToOverrideEnvs()
override
};

@@ -67,0 +67,0 @@ if (environment) {

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