Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@forwardimpact/libconfig

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forwardimpact/libconfig - npm Package Compare versions

Comparing version
0.1.74
to
0.1.75
+2
-8
package.json
{
"name": "@forwardimpact/libconfig",
"version": "0.1.74",
"description": "Environment-aware loading of application settings for services, CLIs, and extensions.",
"version": "0.1.75",
"description": "Environment-aware application settings — services and CLIs load configuration without custom plumbing.",
"keywords": [

@@ -18,8 +18,2 @@ "config",

"author": "D. Olsson <hi@senzilla.io>",
"forwardimpact": {
"capability": "agent-infrastructure",
"needs": [
"Load application settings (config) from environment"
]
},
"type": "module",

@@ -26,0 +20,0 @@ "main": "./src/index.js",

+6
-1
# libconfig
Configuration management and environment resolution.
<!-- BEGIN:description — Do not edit. Generated from package.json. -->
Environment-aware application settings — services and CLIs load configuration
without custom plumbing.
<!-- END:description -->
## Getting Started

@@ -6,0 +11,0 @@