Socket
Socket
Sign inDemoInstall

@lumiscaphe/viewer

Package Overview
Dependencies
Maintainers
0
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lumiscaphe/viewer - npm Package Compare versions

Comparing version 4.1.10 to 4.1.11

23

dist/WRAPIv2.d.ts

@@ -14,2 +14,3 @@ export declare namespace WRAPIv2 {

type LabelArray = Label[];
type LabelTextArray = LabelText[];
type LabelTransformArray = LabelTransform[];

@@ -80,2 +81,17 @@ type MaterialArray = Material[];

}
interface LabelText {
surface?: string;
tag?: string;
id?: Guid;
filename?: string;
translation?: Vector2D;
rotation?: number;
text: string;
fontFamily: string;
fontStyle?: string;
fontSize: number;
color?: string;
opacity?: number;
textAlign?: string;
}
interface LabelTransform {

@@ -154,2 +170,3 @@ index?: number;

surfaces?: SurfaceArray;
textLabels?: LabelTextArray;
translation?: Vector3D;

@@ -187,2 +204,3 @@ rotation?: Vector3D;

interface RenderPartitions {
axfCpa2?: boolean;
environment?: boolean;

@@ -262,5 +280,8 @@ error?: boolean;

tag: string;
labels?: LabelTransformArray;
hide?: boolean;
hideOthers?: boolean;
labels?: LabelTransformArray;
vertices?: number[];
normals?: number[];
uvs?: number[];
}

@@ -267,0 +288,0 @@ interface Vector2D {

2

package.json
{
"name": "@lumiscaphe/viewer",
"version": "4.1.10",
"version": "4.1.11",
"description": "Lumiscaphe 3D Viewer",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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