Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.80 to 1.0.81

1

lib/3d/api/CameraApi.interface.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Camera = void 0;
var Camera;

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

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

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

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

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

25

lib/SDVApp.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Overlays = exports.Controls = exports.Viewports = exports.State = exports.Scene = exports.Plugin = exports.Parameter = exports.Export = exports.ArApi = exports.Lights = exports.Camera = exports.Api = exports.SDVApp = void 0;
const ApiInterfaceV2_1_interface_1 = require("./v2/ApiInterfaceV2.1.interface");
exports.Api = ApiInterfaceV2_1_interface_1.Api;
Object.defineProperty(exports, "Api", { enumerable: true, get: function () { return ApiInterfaceV2_1_interface_1.Api; } });
const CameraApi_interface_1 = require("./3d/api/CameraApi.interface");
exports.Camera = CameraApi_interface_1.Camera;
Object.defineProperty(exports, "Camera", { enumerable: true, get: function () { return CameraApi_interface_1.Camera; } });
const LightApi_interface_1 = require("./3d/api/LightApi.interface");
exports.Lights = LightApi_interface_1.Lights;
Object.defineProperty(exports, "Lights", { enumerable: true, get: function () { return LightApi_interface_1.Lights; } });
const ArApi_interace_1 = require("./ar/ArApi.interace");
exports.ArApi = ArApi_interace_1.ArApi;
Object.defineProperty(exports, "ArApi", { enumerable: true, get: function () { return ArApi_interace_1.ArApi; } });
const ApiExportV2_1_interface_1 = require("./v2/interfaces/ApiExportV2.1.interface");
exports.Export = ApiExportV2_1_interface_1.Export;
Object.defineProperty(exports, "Export", { enumerable: true, get: function () { return ApiExportV2_1_interface_1.Export; } });
const ApiParameterV2_1_interface_1 = require("./v2/interfaces/ApiParameterV2.1.interface");
exports.Parameter = ApiParameterV2_1_interface_1.Parameter;
Object.defineProperty(exports, "Parameter", { enumerable: true, get: function () { return ApiParameterV2_1_interface_1.Parameter; } });
const ApiPluginV2_1_interface_1 = require("./v2/interfaces/ApiPluginV2.1.interface");
exports.Plugin = ApiPluginV2_1_interface_1.Plugin;
Object.defineProperty(exports, "Plugin", { enumerable: true, get: function () { return ApiPluginV2_1_interface_1.Plugin; } });
const ApiSceneV2_1_interface_1 = require("./v2/interfaces/ApiSceneV2.1.interface");
exports.Scene = ApiSceneV2_1_interface_1.Scene;
Object.defineProperty(exports, "Scene", { enumerable: true, get: function () { return ApiSceneV2_1_interface_1.Scene; } });
const ApiStateV2_1_interface_1 = require("./v2/interfaces/ApiStateV2.1.interface");
exports.State = ApiStateV2_1_interface_1.State;
Object.defineProperty(exports, "State", { enumerable: true, get: function () { return ApiStateV2_1_interface_1.State; } });
const ApiViewportsV2_1_interface_1 = require("./v2/interfaces/ApiViewportsV2.1.interface");
exports.Viewports = ApiViewportsV2_1_interface_1.Viewports;
Object.defineProperty(exports, "Viewports", { enumerable: true, get: function () { return ApiViewportsV2_1_interface_1.Viewports; } });
const ViewerControlsApp_interface_1 = require("./apps/controls/ViewerControlsApp.interface");
exports.Controls = ViewerControlsApp_interface_1.Controls;
Object.defineProperty(exports, "Controls", { enumerable: true, get: function () { return ViewerControlsApp_interface_1.Controls; } });
const ViewerOverlaysApp_interface_1 = require("./apps/overlays/ViewerOverlaysApp.interface");
exports.Overlays = ViewerOverlaysApp_interface_1.Overlays;
Object.defineProperty(exports, "Overlays", { enumerable: true, get: function () { return ViewerOverlaysApp_interface_1.Overlays; } });
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Api = void 0;
var Api;

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

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

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

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

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

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

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

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

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

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

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

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

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

{
"name": "shapediver-types",
"version": "1.0.80",
"version": "1.0.81",
"description": "",

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

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