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.5
to
1.9.6
+3
dist/types.d.ts
export type WithAdditionalOptions<T> = T & {
_: string[];
};
export {};
+1
-0

@@ -7,2 +7,3 @@ import { Configuration } from './configuration.js';

export type { ServerParams } from './http-server.js';
export type { WithAdditionalOptions } from './types.js';
export declare function run(command: string, args?: Record<string, any>, config?: Configuration): Promise<unknown>;
+1
-1
{
"name": "@cloud-cli/cli",
"version": "1.9.5",
"version": "1.9.6",
"description": "CLI for the Cloud CLI project",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

{}