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

@squaredup/cli

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squaredup/cli - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+1
-1
package.json
{
"name": "@squaredup/cli",
"version": "0.2.0",
"version": "0.2.1",
"description": "CLI tool for managing SquaredUp plugins",

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

@@ -50,10 +50,11 @@ # @squaredup/cli

| Command | Status | Description |
| -------- | --------- | ---------------------------------------- |
| `login` | Available | Authenticate with the SquaredUp platform |
| `logout` | Available | Clear stored credentials |
| `status` | Available | Show current authentication status |
| `deploy` | Available | Deploy a plugin to the platform |
| `list` | Available | List deployed plugins for your tenant |
| `delete` | Available | Delete a deployed plugin by ID |
| Command | Status | Description |
| ---------- | --------- | ---------------------------------------- |
| `login` | Available | Authenticate with the SquaredUp platform |
| `logout` | Available | Clear stored credentials |
| `status` | Available | Show current authentication status |
| `deploy` | Available | Deploy a plugin to the platform |
| `validate` | Available | Validate a plugin package or folder |
| `list` | Available | List deployed plugins for your tenant |
| `delete` | Available | Delete a deployed plugin by ID |

@@ -71,3 +72,3 @@ ### Global flags

**Prerequisites:** Node.js ≥22, pnpm
**Prerequisites:** Node.js ≥20, pnpm

@@ -74,0 +75,0 @@ ```sh

Sorry, the diff of this file is too big to display