@agenteract/core
Advanced tools
| import { AgenteractConfig, DevServerConfig, ProjectConfig } from '../config-types.js'; | ||
| export interface DeviceInfoSummary { | ||
| deviceName: string; | ||
| deviceModel: string; | ||
| osVersion: string; | ||
| isSimulator: boolean; | ||
| } | ||
| export interface RuntimeConfig { | ||
| host: string; | ||
| port: number; | ||
| httpPort?: number; | ||
| token: string; | ||
| defaultDevices?: Record<string, string>; | ||
| knownDevices?: Record<string, DeviceInfoSummary>; | ||
| } | ||
@@ -8,0 +16,0 @@ export declare function getRuntimeConfigPath(cwd?: string): string; |
| import { AgenteractConfig, DevServerConfig, ProjectConfig } from '../config-types.js'; | ||
| export interface DeviceInfoSummary { | ||
| deviceName: string; | ||
| deviceModel: string; | ||
| osVersion: string; | ||
| isSimulator: boolean; | ||
| } | ||
| export interface RuntimeConfig { | ||
| host: string; | ||
| port: number; | ||
| httpPort?: number; | ||
| token: string; | ||
| defaultDevices?: Record<string, string>; | ||
| knownDevices?: Record<string, DeviceInfoSummary>; | ||
| } | ||
@@ -8,0 +16,0 @@ export declare function getRuntimeConfigPath(cwd?: string): string; |
| import { AgenteractConfig, DevServerConfig, ProjectConfig } from '../config-types.js'; | ||
| export interface DeviceInfoSummary { | ||
| deviceName: string; | ||
| deviceModel: string; | ||
| osVersion: string; | ||
| isSimulator: boolean; | ||
| } | ||
| export interface RuntimeConfig { | ||
| host: string; | ||
| port: number; | ||
| httpPort?: number; | ||
| token: string; | ||
| defaultDevices?: Record<string, string>; | ||
| knownDevices?: Record<string, DeviceInfoSummary>; | ||
| } | ||
@@ -8,0 +16,0 @@ export declare function getRuntimeConfigPath(cwd?: string): string; |
+1
-1
| { | ||
| "name": "@agenteract/core", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Core message schema, bridge protocol, and shared utilities for Agenteract", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/src/index.js", |
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
64420
1.01%1428
1.71%6
-14.29%