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.3.3 to 2.3.4

4

dist/dom-event-engine/DomEventEngine.js

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

if (event.composedPath().includes(this._canvas.parentElement)) {
event.preventDefault();
event.stopPropagation();

@@ -240,3 +239,2 @@ Object.values(this._domEventListeners).forEach(e => e.onTouchUp(event));

if (event.composedPath().includes(this._canvas.parentElement)) {
event.preventDefault();
event.stopPropagation();

@@ -249,3 +247,2 @@ Object.values(this._domEventListeners).forEach(e => e.onTouchCancel(event));

if (event.composedPath().includes(this._canvas.parentElement)) {
event.preventDefault();
event.stopPropagation();

@@ -257,3 +254,2 @@ Object.values(this._domEventListeners).forEach(e => e.onTouchMove(event));

if (event.composedPath().includes(this._canvas.parentElement)) {
event.preventDefault();
event.stopPropagation();

@@ -260,0 +256,0 @@ Object.values(this._domEventListeners).forEach(e => e.onTouchStart(event));

6

package.json
{
"name": "@shapediver/viewer.shared.services",
"version": "2.3.3",
"version": "2.3.4",
"description": "",

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

"@shapediver/viewer.settings": "0.1.36",
"@shapediver/viewer.shared.build-data": "2.3.3",
"@shapediver/viewer.shared.build-data": "2.3.4",
"@types/dompurify": "^2.3.1",

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

},
"gitHead": "6738ea238f93ed19f7e74de6ac9780e4e61c4f75"
"gitHead": "d0b4323fb80afeb0dc5dcfbb0944193b45f9e5e9"
}

@@ -286,3 +286,2 @@ import { container } from 'tsyringe'

if (event.composedPath().includes(this._canvas.parentElement!)) {
event.preventDefault();
event.stopPropagation();

@@ -296,3 +295,2 @@ Object.values(this._domEventListeners).forEach(e => e.onTouchUp(event));

if (event.composedPath().includes(this._canvas.parentElement!)) {
event.preventDefault();
event.stopPropagation();

@@ -306,3 +304,2 @@ Object.values(this._domEventListeners).forEach(e => e.onTouchCancel(event));

if (event.composedPath().includes(this._canvas.parentElement!)) {
event.preventDefault();
event.stopPropagation();

@@ -315,3 +312,2 @@ Object.values(this._domEventListeners).forEach(e => e.onTouchMove(event))

if (event.composedPath().includes(this._canvas.parentElement!)) {
event.preventDefault();
event.stopPropagation();

@@ -318,0 +314,0 @@ Object.values(this._domEventListeners).forEach(e => e.onTouchStart(event));

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