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 3.1.1 to 3.1.2

2

build/Helpers/EnvHelper.js

@@ -10,4 +10,4 @@ /**

import dotenv from 'dotenv';
import { Env } from '#src';
import { Is, Path } from '@athenna/common';
import { Env } from '#src/index';
export class EnvHelper {

@@ -14,0 +14,0 @@ /**

@@ -9,4 +9,6 @@ /**

*/
export * from './Globals/Env.js';
export * from './Globals/Config.js';
export * from './Env/Env.js';
export * from './Config/Config.js';
export * from './Helpers/EnvHelper.js';

@@ -9,6 +9,6 @@ /**

*/
import('./Globals/Env.js');
import('./Globals/Config.js');
export * from './Globals/Env.js';
export * from './Globals/Config.js';
export * from './Env/Env.js';
export * from './Config/Config.js';
export * from './Helpers/EnvHelper.js';
{
"name": "@athenna/config",
"version": "3.1.1",
"version": "3.1.2",
"description": "Cache and handle environment variables and config files of Athenna.",

@@ -19,6 +19,6 @@ "license": "MIT",

"scripts": {
"build": "rimraf build && tsc",
"build": "ts-node bin/build.ts",
"lint:fix": "eslint \"{src,tests}/**/*.ts\" --fix",
"test": "npm run --silent lint:fix && ts-node ./bin/test.ts",
"test:debug": "cross-env DEBUG=api:* ts-node ./bin/test.ts --inspect",
"test": "npm run --silent lint:fix && ts-node bin/test.ts",
"test:debug": "cross-env DEBUG=api:* ts-node bin/test.ts --inspect",
"test:coverage": "c8 npm run --silent test"

@@ -140,3 +140,4 @@ },

"Path": true,
"Config": true
"Config": true,
"container": true
},

@@ -143,0 +144,0 @@ "plugins": [

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