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

smartphoto

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smartphoto - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

2

lib/core/index.js

@@ -145,3 +145,3 @@ 'use strict';

}
if (!_this.isBeingZoomed && !_this.isSwipable && !_this.photoSwipable && !_this.data.elastic && _this.data.scale) {
if (!_this.isBeingZoomed && !_this.photoSwipable && !_this.data.elastic && _this.data.scale) {
if (window.innerHeight > window.innerWidth) {

@@ -148,0 +148,0 @@ _this._calcGravity(originalEvent.gamma, originalEvent.beta);

{
"name": "smartphoto",
"version": "0.2.8",
"version": "0.2.9",
"description": "smartphoto",

@@ -5,0 +5,0 @@ "homepage": "http://developer.a-blogcms.jp",

@@ -88,3 +88,3 @@ # SmartPhoto

<td>use accelerometer to move images</td>
<td>false</td>
<td>true</td>
</tr>

@@ -91,0 +91,0 @@ <tr>

@@ -125,3 +125,3 @@ import aTemplate from 'a-template';

}
if(!this.isBeingZoomed && !this.isSwipable && !this.photoSwipable && !this.data.elastic && this.data.scale){
if(!this.isBeingZoomed && !this.photoSwipable && !this.data.elastic && this.data.scale){
if (window.innerHeight > window.innerWidth) {

@@ -128,0 +128,0 @@ this._calcGravity(originalEvent.gamma, originalEvent.beta);

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

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

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