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.5.3 to 0.5.4

2

example/app.js

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

items={images}
lazyLoad={false}
lazyLoad={true}
showBullets={this.state.showBullets}

@@ -91,0 +91,0 @@ showThumbnails={this.state.showThumbnails}

{
"name": "react-image-gallery",
"version": "0.5.3",
"version": "0.5.4",
"description": "Image gallery component for React.JS",

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

@@ -216,3 +216,5 @@ 'use strict';

_handleImageLoad(event) {
event.target.className += 'loaded';
if (event.target.className.indexOf('loaded') === -1) {
event.target.className += ' loaded';
}
},

@@ -219,0 +221,0 @@

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