Socket
Socket
Sign inDemoInstall

@lucidtech/las-sdk-core

Package Overview
Dependencies
3
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.1.1 to 9.1.2

4

lib/types.d.ts

@@ -491,2 +491,3 @@ /// <reference types="node" />

height?: number;
postprocessConfig?: PostprocessConfig;
preprocessConfig?: PreprocessConfig;

@@ -501,2 +502,3 @@ metadata?: Record<string, JSONValue> | null;

name?: string;
postprocessConfig?: PostprocessConfig;
preprocessConfig?: PreprocessConfig;

@@ -518,2 +520,3 @@ width?: number;

numberOfRunningTrainings: number;
postprocessConfig: PostprocessConfig;
preprocessConfig: PreprocessConfig;

@@ -534,2 +537,3 @@ status: 'active' | 'inactive';

description: string | null;
gpuHours: number | null;
instanceType: TrainingInstanceType;

@@ -536,0 +540,0 @@ modelId: string;

2

package.json
{
"name": "@lucidtech/las-sdk-core",
"version": "9.1.1",
"version": "9.1.2",
"author": "Lucidtech AS <hello@lucidtech.ai>",

@@ -5,0 +5,0 @@ "maintainers": [

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc