Socket
Socket
Sign inDemoInstall

shapediver-types

Package Overview
Dependencies
Maintainers
5
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shapediver-types - npm Package Compare versions

Comparing version 1.0.81 to 1.0.82

2

lib/v2/ApiInterfaceV2.1.interface.d.ts

@@ -184,2 +184,3 @@ import { Parameter } from "./interfaces/ApiParameterV2.1.interface";

* @property {Number} [viewingAngle] - the angle between the camera direction and direction from the camera origin to the anchor
* @property {Boolean} [geometryHidden] - true if the path (or a parent path) is hidden via the api
* @property {module:ApiInterfaceV2~ApiInterfaceV2#ScenePathType} [scenePath] - this specifies the path of the anchor object in the scene graph

@@ -206,2 +207,3 @@ * @property {String} [format] - optional format description of the anchor object, this property is passed on from the anchor definition (e.g. {@link module:ApiSceneInterface~ApiSceneInterface#AnchorDataFormatText text} or {@link module:ApiSceneInterface~ApiSceneInterface#AnchorDataFormatImage image})

readonly viewingAngle?: number;
readonly geometryHidden?: boolean;
readonly scenePath?: ScenePathType;

@@ -208,0 +210,0 @@ readonly format?: string;

2

package.json
{
"name": "shapediver-types",
"version": "1.0.81",
"version": "1.0.82",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/SDVApp.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