Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7.6 to 0.7.7

2

build/image-gallery.js

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

value: function componentDidUpdate(prevProps, prevState) {
if (prevProps.thumbnailPosition !== this.props.thumbnailPosition || prevState.thumbnailsWrapperHeight !== this.state.thumbnailsWrapperHeight || prevState.thumbnailsWrapperWidth !== this.state.thumbnailsWrapperWidth) {
if (prevProps.thumbnailPosition !== this.props.thumbnailPosition || prevProps.showThumbnails !== this.props.showThumbnails || prevState.thumbnailsWrapperHeight !== this.state.thumbnailsWrapperHeight || prevState.thumbnailsWrapperWidth !== this.state.thumbnailsWrapperWidth) {
this._handleResize();

@@ -72,0 +72,0 @@ }

{
"name": "react-image-gallery",
"version": "0.7.6",
"version": "0.7.7",
"description": "React Carousel, React Image gallery, React Slide Show component",

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

@@ -95,2 +95,3 @@ import React from 'react';

if (prevProps.thumbnailPosition !== this.props.thumbnailPosition ||
prevProps.showThumbnails !== this.props.showThumbnails ||
prevState.thumbnailsWrapperHeight !== this.state.thumbnailsWrapperHeight ||

@@ -97,0 +98,0 @@ prevState.thumbnailsWrapperWidth !== this.state.thumbnailsWrapperWidth) {

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