@gorules/zen-engine
Advanced tools
+3
-3
@@ -6,3 +6,3 @@ /* auto-generated by NAPI-RS */ | ||
| evaluate(context: any, opts?: ZenEvaluateOptions | undefined | null): Promise<ZenEngineResponse> | ||
| safeEvaluate(context: any, opts?: ZenEvaluateOptions | undefined | null): { success: true, data: ZenEngineResponse } | { success: false; error: any; } | ||
| safeEvaluate(context: any, opts?: ZenEvaluateOptions | undefined | null): Promise<{ success: true, data: ZenEngineResponse } | { success: false; error: any; }> | ||
| validate(): void | ||
@@ -21,4 +21,4 @@ } | ||
| getDecision(key: string): Promise<ZenDecision> | ||
| safeEvaluate(key: string, context: any, opts?: ZenEvaluateOptions | undefined | null): { success: true, data: ZenEngineResponse } | { success: false; error: any; } | ||
| safeGetDecision(key: string): { success: true, data: ZenDecision } | { success: false; error: any; } | ||
| safeEvaluate(key: string, context: any, opts?: ZenEvaluateOptions | undefined | null): Promise<{ success: true, data: ZenEngineResponse } | { success: false; error: any; }> | ||
| safeGetDecision(key: string): Promise<{ success: true, data: ZenDecision } | { success: false; error: any; }> | ||
| dispose(): void | ||
@@ -25,0 +25,0 @@ } |
+10
-10
| { | ||
| "name": "@gorules/zen-engine", | ||
| "version": "0.51.2", | ||
| "version": "0.51.3", | ||
| "main": "index.js", | ||
@@ -99,13 +99,13 @@ "browser": "browser.js", | ||
| }, | ||
| "gitHead": "04fe2d95b28277b3efb7d3580a8bc7ddefe54b74", | ||
| "gitHead": "938e7de5053c4ef24dbad1477f0751820808ff99", | ||
| "optionalDependencies": { | ||
| "@gorules/zen-engine-darwin-x64": "0.51.2", | ||
| "@gorules/zen-engine-linux-x64-gnu": "0.51.2", | ||
| "@gorules/zen-engine-linux-x64-musl": "0.51.2", | ||
| "@gorules/zen-engine-win32-x64-msvc": "0.51.2", | ||
| "@gorules/zen-engine-linux-arm64-gnu": "0.51.2", | ||
| "@gorules/zen-engine-linux-arm64-musl": "0.51.2", | ||
| "@gorules/zen-engine-darwin-arm64": "0.51.2", | ||
| "@gorules/zen-engine-wasm32-wasi": "0.51.2" | ||
| "@gorules/zen-engine-darwin-x64": "0.51.3", | ||
| "@gorules/zen-engine-linux-x64-gnu": "0.51.3", | ||
| "@gorules/zen-engine-linux-x64-musl": "0.51.3", | ||
| "@gorules/zen-engine-win32-x64-msvc": "0.51.3", | ||
| "@gorules/zen-engine-linux-arm64-gnu": "0.51.3", | ||
| "@gorules/zen-engine-linux-arm64-musl": "0.51.3", | ||
| "@gorules/zen-engine-darwin-arm64": "0.51.3", | ||
| "@gorules/zen-engine-wasm32-wasi": "0.51.3" | ||
| } | ||
| } |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
46751
0.06%