Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bs5-lightbox

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs5-lightbox - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

bs5-lightbox.esm.js

@@ -73,3 +73,3 @@ /**

const regex = new RegExp(this.#types.join('|'));
return regex.test(src);
return regex.test(src) || !/\.(png|jpe?g|gif|svg|webp)/.test(src);
}

@@ -76,0 +76,0 @@

{
"name": "bs5-lightbox",
"version": "1.1.1",
"version": "1.1.2",
"author": {

@@ -5,0 +5,0 @@ "name": "Travis Aaron Wagner",

Lightbox for Bootstrap 5
========
A lightbox module written in vanilla JavaScript for Bootstrap that supports images and galleries—built around Bootstrap's Modal and Carousel plugins.
A lightbox module written in vanilla JavaScript for Bootstrap that supports images, galleries, YouTube, Vimeo, and Instagram—built around Bootstrap's Modal and Carousel plugins.

@@ -6,0 +6,0 @@ Contributing

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