Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
lightbox-package
Advanced tools
A simple lightbox for your image gallery. This lightbox doesn't have any dependencies and can be used with any webpage.
Here's a preview
https://cdn.jsdelivr.net/gh/FaisalST32/fs-lightbox@latest/src/js/fs-lightbox.min.js
https://cdn.jsdelivr.net/gh/FaisalST32/fs-lightbox@latest/src/css/fs-lightbox.min.css
npm i lightbox-fs
https://www.npmjs.com/package/lightbox-fs
To use the lightbox you can simply add a reference to the .js file at the end of the body of your html and the .css file in the head of your html page.
In the img tag of the image that you want to be a part of the lightbox, add a class fs-lightbox.
For example, "<img src="image.png" class="fs-lightbox" />"
That's it. When you click on the image, a lightbox preview of the image will appear.
The plugin exposes some methods that you can use:
fsLightbox.next() - This will display the next picture in the lightbox
fsLightbox.prev() - This will display the previous picture in the lightbox
fsLightbox.hideLightbox() - This will hide the Lightbox
FAQs
A lightweight lightbox with zero dependencies
The npm package lightbox-package receives a total of 6 weekly downloads. As such, lightbox-package popularity was classified as not popular.
We found that lightbox-package 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.