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
2.0.1
to
2.0.2
+1
-1
dist/cloud-commands.js

@@ -31,3 +31,3 @@ import { join } from 'node:path';

const tools = (settings?.default || {});
const pkg = await import(join(process.cwd(), 'package.json'), { assert: { type: 'json' } });
const pkg = await import(join(process.cwd(), 'package.json'), { with: { type: 'json' } });
const dependencies = pkg.default.dependencies || {};

@@ -34,0 +34,0 @@ const prefix = '@cloud-cli/';

@@ -11,5 +11,6 @@ #!/usr/bin/env node

const http = new HttpServer(commands, settings);
await http.start();
return await http.start();
}
catch (error) {
console.error(error);
process.exit(1);

@@ -20,3 +21,3 @@ }

if (args[0] == '--serve') {
serve();
await serve();
}

@@ -23,0 +24,0 @@ else {

{
"name": "@cloud-cli/cli",
"version": "2.0.1",
"version": "2.0.2",
"description": "CLI for the Cloud CLI project",

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