Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

photo-sphere-viewer

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

photo-sphere-viewer - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

dist/plugins/autorotate-keypoints.js
/*!
* Photo Sphere Viewer 4.0.0
* Photo Sphere Viewer 4.0.2
* @copyright 2014-2015 Jérémy Heleine

@@ -4,0 +4,0 @@ * @copyright 2015-2020 Damien "Mistic" Sorel

/*!
* Photo Sphere Viewer 4.0.0
* Photo Sphere Viewer 4.0.2
* @copyright 2014-2015 Jérémy Heleine

@@ -4,0 +4,0 @@ * @copyright 2015-2020 Damien "Mistic" Sorel

/*!
* Photo Sphere Viewer 4.0.0
* Photo Sphere Viewer 4.0.2
* @copyright 2014-2015 Jérémy Heleine

@@ -73,2 +73,3 @@ * @copyright 2015-2020 Damien "Mistic" Sorel

* @returns {number[]}
* @private
*/

@@ -86,2 +87,3 @@

* @returns {number[]}
* @private
*/

@@ -88,0 +90,0 @@

/*!
* Photo Sphere Viewer 4.0.0
* Photo Sphere Viewer 4.0.2
* @copyright 2014-2015 Jérémy Heleine

@@ -4,0 +4,0 @@ * @copyright 2015-2020 Damien "Mistic" Sorel

/*!
* Photo Sphere Viewer 4.0.0
* Photo Sphere Viewer 4.0.2
* @copyright 2014-2015 Jérémy Heleine

@@ -4,0 +4,0 @@ * @copyright 2015-2020 Damien "Mistic" Sorel

/*!
* Photo Sphere Viewer 4.0.0
* Photo Sphere Viewer 4.0.2
* @copyright 2014-2015 Jérémy Heleine

@@ -4,0 +4,0 @@ * @copyright 2015-2020 Damien "Mistic" Sorel

{
"name": "photo-sphere-viewer",
"version": "4.0.1",
"version": "4.0.2",
"description": "A JavaScript library to display Photo Sphere panoramas",

@@ -5,0 +5,0 @@ "homepage": "https://photo-sphere-viewer.js.org",

/**
* @namespace PSV.CONSTANTS
*/
/**
* @summary Number of pixels bellow which a mouse move will be considered as a click

@@ -3,0 +7,0 @@ * @memberOf PSV.CONSTANTS

@@ -34,2 +34,3 @@ import { CONSTANTS, utils } from 'photo-sphere-viewer';

* @returns {number[]}
* @private
*/

@@ -45,2 +46,3 @@ export function getPolygonCenter(polygon) {

* @returns {number[]}
* @private
*/

@@ -47,0 +49,0 @@ export function getPolylineCenter(polyline) {

@@ -135,3 +135,3 @@ import { Animation } from '../Animation';

if (!getClosest(evt.target, '.psv-navbar')) {
if (!getClosest(evt.target, '.psv-navbar') && !getClosest(evt.target, '.psv-panel')) {
/* eslint-disable */

@@ -138,0 +138,0 @@ switch (evt.type) {

@@ -87,2 +87,3 @@ /**

* Returns the distance between two points on a sphere of radius one
* @memberOf PSV.utils
* @param {number[]} p1

@@ -89,0 +90,0 @@ * @param {number[]} p2

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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