Socket
Socket
Sign inDemoInstall

yet-another-react-lightbox

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yet-another-react-lightbox - npm Package Compare versions

Comparing version 3.11.3 to 3.11.4

4

dist/plugins/inline/index.js

@@ -5,4 +5,4 @@ import { clsx, cssClass, createModule } from '../../index.js';

function InlineContainer({ inline: { className, ...rest } = {}, children }) {
return (React.createElement("div", { className: clsx(cssClass("root"), cssClass("relative"), className), ...rest }, children));
function InlineContainer({ inline: { className, style, ...rest } = {}, styles, children }) {
return (React.createElement("div", { className: clsx(cssClass("root"), cssClass("relative"), className), style: { ...styles.root, ...style }, ...rest }, children));
}

@@ -9,0 +9,0 @@

{
"name": "yet-another-react-lightbox",
"version": "3.11.3",
"version": "3.11.4",
"description": "Modern React lightbox component",

@@ -5,0 +5,0 @@ "author": "Igor Danchenko",

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