@js-util/config-loader
Advanced tools
+1
-1
| { | ||
| "name": "@js-util/config-loader", | ||
| "version": "1.2.4", | ||
| "version": "1.2.5", | ||
| "description": "Quick and simple config loading, with sane defaults to get an application started", | ||
@@ -5,0 +5,0 @@ |
@@ -159,7 +159,7 @@ //----------------------------------------------------- | ||
| // Copy it over to self | ||
| for( let key in mergedConfig ) { | ||
| for( let key in fullConfigObj ) { | ||
| if( key == "fetchValue" || key == "prototype" ) { | ||
| continue; | ||
| } | ||
| this[key] = Object.freeze(mergedConfig[key]); | ||
| this[key] = Object.freeze(fullConfigObj[key]); | ||
| } | ||
@@ -166,0 +166,0 @@ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
9097
0.02%