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
1
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 1.17.1 to 1.17.2

4

dist/lib/Configuration.js

@@ -85,6 +85,6 @@ "use strict";

if (!this.baseServicePaths.has(services_1.PersonaStatDefinitionService)) {
this.baseServicePaths.set(services_1.PersonaStatDefinitionService, "/personas/stats/definitions");
this.baseServicePaths.set(services_1.PersonaStatDefinitionService, "/personastatsdefinitions");
}
if (!this.baseServicePaths.has(services_1.PersonaStatService)) {
this.baseServicePaths.set(services_1.PersonaStatService, "/personas/stats");
this.baseServicePaths.set(services_1.PersonaStatService, "/personastats");
}

@@ -91,0 +91,0 @@ if (!this.baseServicePaths.has(services_1.ProfileService)) {

@@ -20,2 +20,6 @@ "use strict";

/**
* Indicates whether the user will request a dedicated server for the matched session or will self-host (P2P).
*/
this.dedicatedServer = true;
/**
* The UUID of the user that is responsible for maintaining this ticket.

@@ -54,2 +58,3 @@ */

this.criteria = other.criteria ? other.criteria : this.criteria;
this.dedicatedServer = other.dedicatedServer ? other.dedicatedServer : this.dedicatedServer;
this.hostUid = other.hostUid ? other.hostUid : this.hostUid;

@@ -56,0 +61,0 @@ this.teamSize = other.teamSize ? other.teamSize : this.teamSize;

@@ -15,2 +15,6 @@ import EntityBase from "../EntityBase";

/**
* Indicates whether the user will request a dedicated server for the matched session or will self-host (P2P).
*/
dedicatedServer: boolean;
/**
* The UUID of the user that is responsible for maintaining this ticket.

@@ -17,0 +21,0 @@ */

{
"name": "@acceleratxr/core_sdk",
"version": "1.17.1",
"version": "1.17.2",
"description": "",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc