Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Simple lightbox gallery plugin
Will look for images with the attribute data-gallery-src
and open a lightbox gallery on click.
Look in example.html
for example usage.
data-gallery-src
URL to large image to use in gallery
data-gallery-desc
(Optional) Description text/html to use below image in gallery
data-gallery-id
(Optional) Used to group multiple images in a gallery. If not specified will treat image to be part of global gallery.
npm install gallry
const gallery = require('gallry')
// Init galleries found inside document
gallery(document)
// Init galleries found inside specific node
gallery(document.querySelector('.some-node'))
<script src="gallry.min.js"></script>
Will automatically look for galleries on current page but also exposes a global method initGallery(parent)
.
You can override the styles in gallery
by plain css. The selectors used that can be overriden are:
.gallery-lightbox
.gallery-lightbox.-open
.gallery-lightbox > .close
.gallery-lightbox > .close
.gallery-lightbox > .close:after
.gallery-lightbox > .close:before
.gallery-lightbox > .description
.gallery-lightbox > .image
.gallery-lightbox > .image > img
.gallery-lightbox > .next
.gallery-lightbox > .next:after
.gallery-lightbox > .next:before
.gallery-lightbox > .prev
.gallery-lightbox > .prev:after
.gallery-lightbox > .prev:before
FAQs
Simple lightbox gallry plugin
We found that gallry demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.