Socket
Socket
Sign inDemoInstall

js-cloudimage-360-view

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-cloudimage-360-view - npm Package Compare versions

Comparing version 2.7.2-beta.7 to 2.7.2-beta.8

2

dist/ci360.service.js

@@ -1240,3 +1240,3 @@ "use strict";

this.containerHeight = containerHeight;
this.pointerZoom = Math.min(Math.max(pointerZoom, 1), 3);
this.pointerZoom = pointerZoom > 1 ? Math.min(pointerZoom, 3) : 0;
this.keysReverse = keysReverse;

@@ -1243,0 +1243,0 @@ this.innerBox = (0, _jsCloudimage360ViewUtils.createInnerBox)(this.container);

{
"name": "js-cloudimage-360-view",
"version": "2.7.2-beta.7",
"version": "2.7.2-beta.8",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "description": "",

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