🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@shadowob/cli

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shadowob/cli - npm Package Compare versions

Comparing version
1.1.1
to
1.1.3
+4
-4
package.json
{
"name": "@shadowob/cli",
"version": "1.1.1",
"version": "1.1.3",
"description": "Shadow CLI — command-line interface for Shadow servers",

@@ -15,3 +15,3 @@ "type": "module",

"chalk": "^5.4.1",
"@shadowob/sdk": "1.1.1"
"@shadowob/sdk": "1.1.3"
},

@@ -26,3 +26,3 @@ "devDependencies": {

"engines": {
"node": ">=22"
"node": ">=22.14.0"
},

@@ -36,3 +36,3 @@ "publishConfig": {

"lint": "biome lint .",
"typecheck": "pnpm --filter @shadowob/shared build && pnpm --filter @shadowob/sdk build && tsc --noEmit",
"typecheck": "tsc --noEmit",
"test": "vitest run --exclude=__tests__/e2e/**",

@@ -39,0 +39,0 @@ "test:watch": "vitest --exclude=__tests__/e2e/**",

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