New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-image-gallery

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-image-gallery - npm Package Compare versions

Comparing version 0.8.13 to 0.8.14

6

build/image-gallery.js

@@ -366,4 +366,2 @@ 'use strict';

}
window.addEventListener('keydown', _this._handleKeyDown);
return _this;

@@ -400,5 +398,3 @@ }

}
if (!this.props.disableArrowKeys) {
window.addEventListener('keydown', this._handleKeyDown);
}
window.addEventListener('keydown', this._handleKeyDown);
this._onScreenChangeEvent();

@@ -405,0 +401,0 @@ }

4

package.json
{
"name": "react-image-gallery",
"version": "0.8.13",
"version": "0.8.14",
"description": "React carousel image gallery component with thumbnail and mobile support",

@@ -67,5 +67,5 @@ "main": "./build/image-gallery.js",

"prop-types": "^15.5.8",
"react-swipeable": "^4.2.2",
"react-swipeable": "^4.3.2",
"resize-observer-polyfill": "^1.5.0"
}
}

@@ -39,4 +39,2 @@ import React from 'react';

}
window.addEventListener('keydown', this._handleKeyDown);
}

@@ -195,5 +193,3 @@

}
if (!this.props.disableArrowKeys) {
window.addEventListener('keydown', this._handleKeyDown);
}
window.addEventListener('keydown', this._handleKeyDown);
this._onScreenChangeEvent();

@@ -200,0 +196,0 @@ }

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