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.4.8 to 0.5.0

example/example.js

2

build/image-gallery.js

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

}
var totalThumbnails = thumbNode.children.length;
var totalThumbnails = thumbNode.props.children.length;

@@ -170,0 +170,0 @@ // total scroll-x required to see the last thumbnail

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

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

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

}
let totalThumbnails = thumbNode.children.length;
let totalThumbnails = thumbNode.props.children.length;

@@ -165,0 +165,0 @@ // total scroll-x required to see the last thumbnail

Sorry, the diff of this file is not supported yet

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