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 5.2.0 to 5.3.0

3

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

@@ -166,2 +166,3 @@ "license": "MIT",

"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-unused-expressions": "off",
"@typescript-eslint/no-unused-vars": [

@@ -168,0 +169,0 @@ "error",

@@ -9,3 +9,3 @@ /**

*/
import { Is, File, Json, Path, Exec, Module, Macroable, ObjectBuilder } from '@athenna/common';
import { Is, File, Json, Path, Module, Macroable, ObjectBuilder } from '@athenna/common';
import { debug } from '#src/debug';

@@ -169,3 +169,3 @@ import { loadFile, writeFile } from 'magicast';

this.fatherConfigPath = path;
await Exec.concurrently(files, file => safe ? this.safeLoad(file.path) : this.load(file.path));
await files.athenna.concurrently(file => safe ? this.safeLoad(file.path) : this.load(file.path));
}

@@ -172,0 +172,0 @@ /**

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