New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@agenteract/core

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agenteract/core - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+8
-0
dist/cjs/src/node/config.d.ts
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",