Socket
Socket
Sign inDemoInstall

shapediver-types

Package Overview
Dependencies
Maintainers
3
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.78 to 1.0.79

0

lib/3d/api/CameraApi.interface.d.ts

@@ -0,0 +0,0 @@ import { Api } from '../../v2/ApiInterfaceV2.1.interface';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Api } from '../../v2/ApiInterfaceV2.1.interface';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Camera } from './CameraApi.interface';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export declare namespace Controls {

1

lib/apps/controls/ViewerControlsApp.interface.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Controls = void 0;
var Controls;

@@ -4,0 +5,0 @@ (function (Controls) {

@@ -0,0 +0,0 @@ export declare namespace Overlays {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Overlays = void 0;
var Overlays;

@@ -4,0 +5,0 @@ (function (Overlays) {

@@ -0,0 +0,0 @@ import { Controls } from "./controls/ViewerControlsApp.interface";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { Api } from "../v2/ApiInterfaceV2.1.interface";

@@ -0,0 +0,0 @@ "use strict";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { Api } from './v2/ApiInterfaceV2.1.interface';

@@ -0,0 +0,0 @@ "use strict";

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

* @property {module:ApiInterfaceV2~ApiInterfaceV2#Point3d} [dragPosRel] - In case this is a dragmove or dragend event, the current relative position of the drag operation
* @property {module:ApiInterfaceV2~ApiInterfaceV2#Point3d} [dragPosIntersection] - In case this is a dragstart event, the ray intersection point
* @property {module:ApiInterfaceV2~ApiInterfaceV2#Point3d} [hoverPos] - In case this is a hover event, the ray intersection point

@@ -136,2 +137,3 @@ * @property {module:ApiInterfaceV2~ApiInterfaceV2#Point3d} [selectPos] - In case this is a selection event, the ray intersection point

readonly dragPosRel?: Point3d;
readonly dragPosIntersection?: Point3d;
readonly hoverPos?: Point3d;

@@ -138,0 +140,0 @@ readonly selectPos?: Point3d;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Api } from "../ApiInterfaceV2.1.interface";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Api } from "../ApiInterfaceV2.1.interface";

@@ -0,0 +0,0 @@ import { Api } from '../ApiInterfaceV2.1.interface';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Api } from '../ApiInterfaceV2.1.interface';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Camera } from '../../3d/api/CameraApi.interface';

2

package.json
{
"name": "shapediver-types",
"version": "1.0.78",
"version": "1.0.79",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/SDVApp.js",

@@ -0,0 +0,0 @@ #### Add ShapeDiver types

Sorry, the diff of this file is too big to display

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