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.2.1 to 3.2.2

src/Config/Config.d.ts

29

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

@@ -19,4 +19,3 @@ "license": "MIT",

"scripts": {
"build": "sh node bin/build.ts",
"lint:fix": "eslint \"{src,tests}/**/*.ts\" --fix",
"lint:fix": "eslint \"{bin,src,tests}/**/*.ts\" --fix",
"test": "npm run --silent lint:fix && sh node bin/test.ts",

@@ -27,17 +26,19 @@ "test:debug": "cross-env DEBUG=api:* sh node --inspect bin/test.ts",

"files": [
"build/*.js",
"build/*.d.ts",
"build/**/*.js",
"build/**/*.d.ts",
"templates/**"
"src/*.js",
"src/*.d.ts",
"src/**/*.js",
"src/**/*.d.ts",
"templates"
],
"type": "module",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"exports": {
".": "./build/index.js"
".": "./src/index.js"
},
"imports": {
"#src/*": "./build/*.js",
"#src": "./build/index.js",
"#bin/*": "./bin/*.js",
"#bin": "./bin/index.js",
"#src/*": "./src/*.js",
"#src": "./src/index.js",
"#tests/*": "./tests/*.js",

@@ -51,3 +52,3 @@ "#tests": "./tests/index.js"

"devDependencies": {
"@athenna/common": "^3.4.2",
"@athenna/common": "^3.4.4",
"@athenna/test": "^3.2.2",

@@ -54,0 +55,0 @@ "@japa/assert": "^1.3.6",

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