Socket
Socket
Sign inDemoInstall

@3dweb/360javascriptviewer

Package Overview
Dependencies
8
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.35 to 1.8.36

2

package.json
{
"name": "@3dweb/360javascriptviewer",
"version": "1.8.35",
"version": "1.8.36",
"description": "A 360 javascript viewer working with images",

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

@@ -182,4 +182,5 @@ # 360 Javascript Viewer

- IAutoCDNResizerConfig {
  useWidth: boolean; //default true
  useHeight: boolean;
  useWidth: boolean;
  useHeight: boolean; //default true
  scaleWithZoomMax: boolean; //default false loads images with the zoomMax factor for height or width
}

@@ -199,2 +200,13 @@ - notificationConfig {

  text: string
]}
]}
- IStatus {
  currentDegree: number;
  currentImage: IImage;
  completed: boolean;
}
- IImage {
  id: string;
  src: string;
  sequence: number;
}

@@ -359,2 +359,3 @@ import {Slot} from "ts-event-bus";

useHeight?: boolean,
scaleWithZoomMax?: boolean,
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc