New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shapediver/viewer.shared.services

Package Overview
Dependencies
Maintainers
5
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shapediver/viewer.shared.services - npm Package Compare versions

Comparing version 2.7.7 to 2.7.8

3

dist/event-engine/EventTypes.d.ts

@@ -17,3 +17,4 @@ export declare enum EVENTTYPE_CAMERA {

VIEWPORT_UPDATED = "viewport.updated",
VIEWPORT_CLOSED = "viewport.closed"
VIEWPORT_CLOSED = "viewport.closed",
VIEWPORT_SETTINGS_LOADED = "viewport.settingsLoaded"
}

@@ -20,0 +21,0 @@ export declare enum EVENTTYPE_SESSION {

@@ -33,2 +33,3 @@ "use strict";

EVENTTYPE_VIEWPORT["VIEWPORT_CLOSED"] = "viewport.closed";
EVENTTYPE_VIEWPORT["VIEWPORT_SETTINGS_LOADED"] = "viewport.settingsLoaded";
})(EVENTTYPE_VIEWPORT = exports.EVENTTYPE_VIEWPORT || (exports.EVENTTYPE_VIEWPORT = {}));

@@ -35,0 +36,0 @@ var EVENTTYPE_SESSION;

{
"name": "@shapediver/viewer.shared.services",
"version": "2.7.7",
"version": "2.7.8",
"description": "",

@@ -47,3 +47,3 @@ "keywords": [],

"@shapediver/viewer.settings": "0.3.0",
"@shapediver/viewer.shared.build-data": "2.7.7",
"@shapediver/viewer.shared.build-data": "2.7.8",
"@types/dompurify": "^2.3.1",

@@ -59,3 +59,3 @@ "@types/ua-parser-js": "^0.7.36",

},
"gitHead": "a07c7eeb6a9d9657f26bb97494e8ab3b49254d8c"
"gitHead": "6e5e192880ba77d782cda0236302a92767397b30"
}

@@ -29,3 +29,4 @@ export enum EVENTTYPE_CAMERA {

VIEWPORT_UPDATED = "viewport.updated",
VIEWPORT_CLOSED = "viewport.closed"
VIEWPORT_CLOSED = "viewport.closed",
VIEWPORT_SETTINGS_LOADED = "viewport.settingsLoaded"
}

@@ -32,0 +33,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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