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

to
1.54.1

5

dist/lib/models/LaunchProfile.js

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

/**
* The launch command to execute
*/
this.cmd = "";
/**
* The list of arguments to be applied to the Product upon on launch

@@ -38,2 +42,3 @@ */

this.name = "name" in other ? other.name : this.name;
this.cmd = "cmd" in other ? other.cmd : this.cmd;
this.title = "title" in other ? other.title : this.title;

@@ -40,0 +45,0 @@ this.description = "description" in other ? other.description : this.description;

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

/**
* The default LaunchProfile uid to launch the product with.
*/
this.defaultLaunchProfile = "";
/**
* The list of LaunchProfiles available to the product.

@@ -157,2 +161,3 @@ */

this.featured = "featured" in other ? other.featured : this.featured;
this.defaultLaunchProfile = "defaultLaunchProfile" in other ? other.defaultLaunchProfile : this.defaultLaunchProfile;
this.launchProfiles = "launchProfiles" in other ? other.launchProfiles : this.launchProfiles;

@@ -159,0 +164,0 @@ }

4

dist/types/models/LaunchProfile.d.ts

@@ -21,2 +21,6 @@ import { EntityBase } from "../EntityBase";

/**
* The launch command to execute
*/
cmd: string;
/**
* The list of arguments to be applied to the Product upon on launch

@@ -23,0 +27,0 @@ */

@@ -111,2 +111,6 @@ import { Currency } from "./Currency";

/**
* The default LaunchProfile uid to launch the product with.
*/
defaultLaunchProfile: string;
/**
* The list of LaunchProfiles available to the product.

@@ -113,0 +117,0 @@ */

2

package.json
{
"name": "@acceleratxr/core_sdk",
"version": "1.54.0",
"version": "1.54.1",
"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