New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jalik/react-lightbox

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jalik/react-lightbox - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

4

CHANGELOG.md
# Changelog
## v1.0.12
- Fixed display of thumbnails
## v1.0.11

@@ -4,0 +8,0 @@

8

dist/components/Thumbnails.js

@@ -74,2 +74,3 @@ "use strict";

style: {
display: 'flex',
height: '100%',

@@ -87,3 +88,7 @@ position: 'relative',

role: "button",
tabIndex: 0
tabIndex: 0,
style: {
height: '100%' // marginRight: index < items.length - 1 ? margin : 0,
}
}, /*#__PURE__*/_react["default"].createElement("img", {

@@ -96,3 +101,2 @@ alt: item.alt,

height: '100%',
marginRight: index < items.length - 1 ? margin : 0,
opacity: activeIndex === index ? 1 : 0.3,

@@ -99,0 +103,0 @@ transitionProperty: 'opacity',

@@ -57,2 +57,3 @@ /*

style: {
display: 'flex',
height: '100%',

@@ -70,3 +71,7 @@ position: 'relative',

role: "button",
tabIndex: 0
tabIndex: 0,
style: {
height: '100%' // marginRight: index < items.length - 1 ? margin : 0,
}
}, /*#__PURE__*/React.createElement("img", {

@@ -79,3 +84,2 @@ alt: item.alt,

height: '100%',
marginRight: index < items.length - 1 ? margin : 0,
opacity: activeIndex === index ? 1 : 0.3,

@@ -82,0 +86,0 @@ transitionProperty: 'opacity',

{
"name": "@jalik/react-lightbox",
"version": "1.0.11",
"version": "1.0.12",
"description": "Light box component for React",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -52,2 +52,3 @@ /*

style={{
display: 'flex',
height: '100%',

@@ -67,2 +68,6 @@ position: 'relative',

tabIndex={0}
style={{
height: '100%',
// marginRight: index < items.length - 1 ? margin : 0,
}}
>

@@ -76,3 +81,2 @@ <img

height: '100%',
marginRight: index < items.length - 1 ? margin : 0,
opacity: activeIndex === index ? 1 : 0.3,

@@ -79,0 +83,0 @@ transitionProperty: 'opacity',

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