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
23
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.81
to
0.1.82
+2
-2
package.json
{
"name": "@forwardimpact/libconfig",
"version": "0.1.81",
"version": "0.1.82",
"description": "Environment-aware application settings — services and CLIs load configuration without custom plumbing.",

@@ -35,3 +35,3 @@ "keywords": [

"devDependencies": {
"@forwardimpact/libharness": "^0.1.14"
"@forwardimpact/libmock": "^0.1.0"
},

@@ -38,0 +38,0 @@ "engines": {

@@ -5,5 +5,5 @@ /**

* `mergeConfigFragment` enforces ownership at the **top-level key** but
* surfaces diagnostics at the **leaf path** that disagrees — design 1000-c
* Decision #3. `mergeEnvEntries` applies the same three rows at bare-key
* granularity.
* surfaces diagnostics at the **leaf path** that disagrees so the caller can
* pinpoint the conflict. `mergeEnvEntries` applies the same three rows at
* bare-key granularity.
*/

@@ -10,0 +10,0 @@