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.5.0 to 4.6.0

12

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

@@ -24,4 +24,4 @@ "license": "MIT",

"lint:fix": "eslint \"{bin,src,tests}/**/*.ts\" --fix",
"test": "npm run --silent lint:fix && node --import=@athenna/tsconfig bin/test.ts",
"test:debug": "cross-env NODE_DEBUG=athenna:* node --inspect --import=@athenna/tsconfig bin/test.ts",
"test": "npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts",
"test:debug": "cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts",
"test:coverage": "c8 npm run --silent test"

@@ -58,8 +58,8 @@ },

"dotenv": "^16.3.1",
"magicast": "^0.2.10",
"magicast": "^0.2.11",
"syntax-error": "^1.4.0"
},
"devDependencies": {
"@athenna/common": "^4.17.0",
"@athenna/test": "^4.10.0",
"@athenna/common": "^4.17.2",
"@athenna/test": "^4.11.0",
"@athenna/tsconfig": "^4.8.2",

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

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