Socket
Socket
Sign inDemoInstall

@photo-sphere-viewer/autorotate-plugin

Package Overview
Dependencies
2
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.5.0-alpha.2 to 5.5.0

1

index.d.ts

@@ -71,2 +71,3 @@ import { ExtendedPosition, AbstractConfigurablePlugin, utils, Viewer, TypedEvent } from '@photo-sphere-viewer/core';

static readonly id = "autorotate";
static readonly VERSION: string;
static readonly configParser: utils.ConfigParser<AutorotatePluginConfig, ParsedAutorotatePluginConfig>;

@@ -73,0 +74,0 @@ static readonly readonlyOptions: Array<keyof AutorotatePluginConfig>;

3

index.js

@@ -8,3 +8,3 @@ (function (global, factory) {

/*!
* PhotoSphereViewer.AutorotatePlugin 5.5.0-alpha.2
* PhotoSphereViewer.AutorotatePlugin 5.5.0
* @copyright 2023 Damien "Mistic" Sorel

@@ -532,2 +532,3 @@ * @licence MIT (https://opensource.org/licenses/MIT)

AutorotatePlugin.id = "autorotate";
AutorotatePlugin.VERSION = "5.5.0";
AutorotatePlugin.configParser = getConfig;

@@ -534,0 +535,0 @@ AutorotatePlugin.readonlyOptions = ["keypoints"];

/*!
* PhotoSphereViewer.AutorotatePlugin 5.5.0-alpha.2
* PhotoSphereViewer.AutorotatePlugin 5.5.0
* @copyright 2023 Damien "Mistic" Sorel

@@ -502,2 +502,3 @@ * @licence MIT (https://opensource.org/licenses/MIT)

AutorotatePlugin.id = "autorotate";
AutorotatePlugin.VERSION = "5.5.0";
AutorotatePlugin.configParser = getConfig;

@@ -504,0 +505,0 @@ AutorotatePlugin.readonlyOptions = ["keypoints"];

{
"name": "@photo-sphere-viewer/autorotate-plugin",
"version": "5.5.0-alpha.2",
"version": "5.5.0",
"description": "Photo Sphere Viewer plugin to add an automatic rotation of the panorama.",

@@ -24,5 +24,5 @@ "keywords": [

"types": "index.d.ts",
"dependencies": {
"@photo-sphere-viewer/core": "5.5.0-alpha.2"
"peerDependencies": {
"@photo-sphere-viewer/core": "5.5.0"
}
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc