New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@cloud-cli/cli

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloud-cli/cli - npm Package Compare versions

Comparing version
1.9.2
to
1.9.3
+1
-1
dist/configuration.js

@@ -84,3 +84,3 @@ import { existsSync } from 'node:fs';

const config = readJson(filePath);
return Object.assign({}, config, defaults);
return Object.assign({}, defaults, config);
}
{
"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",