@cloud-cli/cli
Advanced tools
@@ -84,3 +84,3 @@ import { existsSync } from 'node:fs'; | ||
| const config = readJson(filePath); | ||
| return Object.assign({}, config, defaults); | ||
| return Object.assign({}, defaults, config); | ||
| } |
+1
-1
| { | ||
| "name": "@cloud-cli/cli", | ||
| "version": "1.9.2", | ||
| "version": "1.9.3", | ||
| "description": "CLI for the Cloud CLI project", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package