You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

@3dweb/360javascriptviewer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3dweb/360javascriptviewer - npm Package Compare versions

Comparing version

to
1.8.51

{
"name": "@3dweb/360javascriptviewer",
"version": "1.8.50",
"version": "1.8.51",
"description": "A 360 javascript viewer working with images",

@@ -75,4 +75,3 @@ "type": "module",

"webpack-cli": "^5.1.4",
"webpack-obfuscator": "^3.5.1",
"ws": "^8.17.0"
"webpack-obfuscator": "^3.5.1"
},

@@ -79,0 +78,0 @@ "dependencies": {

@@ -181,6 +181,7 @@ # 360 Javascript Viewer

}
- IAutoCDNResizerConfig {
  useWidth: boolean;
  useHeight: boolean; //default true
- IAutoCDNResizerConfig {
  useWidth: boolean; //default true
  useHeight: boolean;
  scaleWithZoomMax: boolean; //default false loads images with the zoomMax factor for height or width
  extraParams: object; //add extra params to the image urls
}

@@ -187,0 +188,0 @@ - notificationConfig {

@@ -407,2 +407,3 @@ import { Slot } from 'ts-event-bus';

scaleWithZoomMax?: boolean,
extraParams?: Record<string, string>
}

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

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