New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@acceleratxr/core_sdk

Package Overview
Dependencies
Maintainers
0
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acceleratxr/core_sdk - npm Package Compare versions

Comparing version

to
2.1.5-alpha.2

2

dist/lib/package.json
{
"name": "@acceleratxr/core_sdk",
"version": "2.1.5-alpha.1",
"version": "2.1.5-alpha.2",
"description": "",

@@ -5,0 +5,0 @@ "author": "Jean-Philippe Steinmetz <info@acceleratxr.com>",

@@ -11,3 +11,3 @@ import { ServiceStatus } from "./ServiceStatus";

/** The map of service names to status objects for each deployed service in the cluster. */
readonly services: Map<string, ServiceStatus>;
readonly services: Record<string, ServiceStatus>;
/** The number of healthy services in the cluster. */

@@ -14,0 +14,0 @@ readonly healthy: number;

{
"name": "@acceleratxr/core_sdk",
"version": "2.1.5-alpha.1",
"version": "2.1.5-alpha.2",
"description": "",

@@ -5,0 +5,0 @@ "author": "Jean-Philippe Steinmetz <info@acceleratxr.com>",