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.6.8 to 0.6.9

7

build/image-gallery.js

@@ -669,3 +669,8 @@ 'use strict';

alt: item.thumbnailAlt,
onError: onThumbnailError.bind(_this5) })
onError: onThumbnailError.bind(_this5) }),
_react2.default.createElement(
'div',
{ className: 'image-gallery-thumbnail-label' },
item.thumbnailLabel
)
));

@@ -672,0 +677,0 @@ }

2

package.json
{
"name": "react-image-gallery",
"version": "0.6.8",
"version": "0.6.9",
"description": "React Carousel, React Image gallery, React Slide Show component",

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

@@ -66,2 +66,3 @@ React Image Gallery

thumbnailAlt: 'thumbnail-alt',
thumbnailLabel: 'Optional',
description: 'Optional description...'

@@ -68,0 +69,0 @@ srcSet: 'Optional srcset (responsive images src)'

@@ -595,7 +595,9 @@ import React from 'react';

onClick={event => this.slideToIndex.call(this, index, event)}>
<img
src={item.thumbnail}
alt={item.thumbnailAlt}
onError={onThumbnailError.bind(this)}/>
<img
src={item.thumbnail}
alt={item.thumbnailAlt}
onError={onThumbnailError.bind(this)}/>
<div className='image-gallery-thumbnail-label'>
{item.thumbnailLabel}
</div>
</a>

@@ -602,0 +604,0 @@ );

Sorry, the diff of this file is not supported yet

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