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.12 to 0.5.13

5

build/image-gallery.js

@@ -37,2 +37,3 @@ 'use strict';

};
this._handleResize = this._handleResize.bind(this);
}

@@ -90,3 +91,3 @@

}
window.addEventListener('resize', this._handleResize.bind(this));
window.addEventListener('resize', this._handleResize);
}

@@ -96,3 +97,3 @@ }, {

value: function componentWillUnmount() {
window.removeEventListener('resize', this._handleResize.bind(this));
window.removeEventListener('resize', this._handleResize);
if (this._intervalId) {

@@ -99,0 +100,0 @@ window.clearInterval(this._intervalId);

4

package.json
{
"name": "react-image-gallery",
"version": "0.5.12",
"description": "Image gallery component for React.JS",
"version": "0.5.13",
"description": "Image gallery, Carousel, Slide Show component for React",
"main": "./build/image-gallery",

@@ -6,0 +6,0 @@ "scripts": {

@@ -13,2 +13,3 @@ import React from 'react'

}
this._handleResize = this._handleResize.bind(this)
}

@@ -69,7 +70,7 @@

}
window.addEventListener('resize', this._handleResize.bind(this))
window.addEventListener('resize', this._handleResize)
}
componentWillUnmount() {
window.removeEventListener('resize', this._handleResize.bind(this))
window.removeEventListener('resize', this._handleResize)
if (this._intervalId) {

@@ -76,0 +77,0 @@ window.clearInterval(this._intervalId)

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