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 3.0.3 to 3.0.4

.env

4

CHANGELOG.md

@@ -28,2 +28,6 @@ # Changelog

-------------
## 3.0.4 - 2022-10-19
### Fixed
- Hotspot icons width
## 3.0.3 - 2022-05-04

@@ -30,0 +34,0 @@ ### Fixed

23

package.json
{
"name": "js-cloudimage-360-view",
"version": "3.0.3",
"version": "3.0.4",
"main": "dist/index.js",

@@ -26,10 +26,11 @@ "description": "",

"start-demo": "webpack-dev-server --mode development --config config/webpack-demo.config.js",
"clean-build": "rm -rf build",
"build": "npm run clean-build && webpack --mode production --config config/webpack-build.config.js",
"clean-dist": "rm -rf dist",
"dist": "npm run clean-dist && babel src -d dist --copy-files",
"clean-demo": "rm -rf examples/dist",
"build-demo": "npm run clean-demo && webpack --mode production --config config/webpack-demo.config.js",
"deploy-demo": "gh-pages -d examples/dist",
"publish-demo": "npm run build-demo && npm run deploy-demo"
"clean:build": "rm -rf build",
"build:bundle": "npm run clean:build && webpack --mode production --config config/webpack-build.config.js",
"deploy:bundle": "npm run build:bundle && node bin/deploy-bundle",
"clean:dist": "rm -rf dist",
"dist": "npm run clean:dist && babel src -d dist --copy-files",
"clean:demo": "rm -rf examples/dist",
"build:demo": "npm run clean:demo && webpack --mode production --config config/webpack-demo.config.js",
"deploy:demo": "gh-pages -d examples/dist",
"publish:demo": "npm run build-demo && npm run deploy-demo"
},

@@ -53,5 +54,9 @@ "dependencies": {

"css-loader": "^2.1.1",
"dotenv": "^16.0.3",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"gh-pages": "^2.0.1",
"highlight.js": "^10.4.1",
"html-webpack-plugin": "^3.2.0",
"isomorphic-fetch": "^3.0.0",
"mini-css-extract-plugin": "^0.9.0",

@@ -58,0 +63,0 @@ "mobile-detect": "^1.4.3",

@@ -10,5 +10,7 @@ [![Release](https://img.shields.io/github/v/release/scaleflex/js-cloudimage-360-view)](https://github.com/scaleflex/js-cloudimage-360-view/releases)

<p align="center">
<a href="https://www.cloudimage.io/#gh-light-mode-only">
<img
alt="cloudimage logo"
src="https://scaleflex.cloudimg.io/v7/cloudimage.io/LOGO+WITH+SCALEFLEX-01.png?vh=f6080d&w=350">
</a>
</p>

@@ -50,3 +52,3 @@

* [Spin in X and Y axis](#spin_x_y)
* [Hotspots](#hotspots)
* [Hotspots or Markers](#hotspots)
* [Cloudimage responsive integration](#cloudimage-responsive-integration)

@@ -71,3 +73,3 @@ * [Lazy loading integration](#lazy-loading)

```javascript
<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/3.0.3/js-cloudimage-360-view.min.js"></script>
<script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/latest/js-cloudimage-360-view.min.js?func=proxy"></script>
```

@@ -119,4 +121,4 @@

lazy init cloudimage-360 view by id.
### Properties
#### `idOftheView`: string
###### arguments
`idOftheView`: string
The id of the new view

@@ -135,6 +137,7 @@

the plugin will re-init.
### Properties
#### `idOftheView`: string
###### arguments
`idOftheView`: string
The id of the new view
#### `forceUpdate`: bool
`forceUpdate`: bool
Force the view to reinitialize.

@@ -182,7 +185,7 @@

```
### Properties
#### `idOfInstance`: string
###### arguments
`idOfInstance`: string
The id of the instance
#### `oriantation`: string
`oriantation`: string
The oriantation of the active index

@@ -189,0 +192,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc