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

@kilocode/openclaw-security-advisor

Package Overview
Dependencies
Maintainers
10
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kilocode/openclaw-security-advisor - npm Package Compare versions

Comparing version
0.1.0-dev.3
to
0.1.0-dev.4
+1
-1
package.json
{
"name": "@kilocode/openclaw-security-advisor",
"version": "0.1.0-dev.3",
"version": "0.1.0-dev.4",
"type": "module",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -10,3 +10,3 @@ /**

export function detectPlatform(): "kiloclaw" | "openclaw" {
return process.env.KILOCLAW_INTERNAL_API_SECRET ? "kiloclaw" : "openclaw";
return process.env.KILOCODE_FEATURE === "kiloclaw" ? "kiloclaw" : "openclaw";
}