@copilotkit/license-verifier
Advanced tools
+2
-2
@@ -14,3 +14,3 @@ //#region src/types.d.ts | ||
| } | ||
| type LicenseTier = "free" | "developer" | "pro" | "enterprise"; | ||
| type LicenseTier = "free" | "developer" | "pro" | "team_self_hosted" | "enterprise"; | ||
| interface LicensePayload { | ||
@@ -106,3 +106,3 @@ version: number; | ||
| //# sourceMappingURL=keystore.d.ts.map | ||
| declare const FEATURE_IDS: readonly ["threads.retention_hours", "threads.max_count", "sdk.angular", "deployment.helm_chart"]; | ||
| declare const FEATURE_IDS: readonly ["threads.retention_hours", "threads.max_count", "multimodal_storage_gb", "sdk.angular", "deployment_via_helm_chart", "analytics", "self_learning"]; | ||
| type FeatureId = (typeof FEATURE_IDS)[number]; | ||
@@ -109,0 +109,0 @@ /** |
+2
-2
@@ -14,3 +14,3 @@ //#region src/types.d.ts | ||
| } | ||
| type LicenseTier = "free" | "developer" | "pro" | "enterprise"; | ||
| type LicenseTier = "free" | "developer" | "pro" | "team_self_hosted" | "enterprise"; | ||
| interface LicensePayload { | ||
@@ -106,3 +106,3 @@ version: number; | ||
| //# sourceMappingURL=keystore.d.ts.map | ||
| declare const FEATURE_IDS: readonly ["threads.retention_hours", "threads.max_count", "sdk.angular", "deployment.helm_chart"]; | ||
| declare const FEATURE_IDS: readonly ["threads.retention_hours", "threads.max_count", "multimodal_storage_gb", "sdk.angular", "deployment_via_helm_chart", "analytics", "self_learning"]; | ||
| type FeatureId = (typeof FEATURE_IDS)[number]; | ||
@@ -109,0 +109,0 @@ /** |
+1
-1
| { | ||
| "name": "@copilotkit/license-verifier", | ||
| "version": "0.3.0", | ||
| "version": "0.4.0", | ||
| "description": "CopilotKit license verification", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Obfuscated code
Supply chain riskObfuscated files are intentionally packed to hide their behavior. This could be a sign of malware.
Found 2 instances
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Obfuscated code
Supply chain riskObfuscated files are intentionally packed to hide their behavior. This could be a sign of malware.
Found 2 instances
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
619236
-3.11%