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.
UI to view and compare difference between two sets of images. This tool is meant to be used as part of a larger visual regression toolchain, so you'll still need something that actually takes screenshots & compares them.
UI to view and compare difference between two sets of images. This tool is meant to be used as part of a larger visual regression toolchain, so you'll still need something that actually takes screenshots & compares them.
it'll group changes by how changed they are and allow you to quickly view original, side by side, or a diff map between all image sets.
Let's say you have this json: It's a list of image urls, a friendly name for each, and the difference between them, it looks like this:
📄 /changes.json
[
{
"srcset": {
"original": "https://i.imgur.com/do79zD3.jpg",
"current": "https://i.imgur.com/6INW6uB.jpg"
},
"name": "Landing page",
"diff": 0.862
},
{
"srcset": {
"original": "https://i.imgur.com/j0aYNKq.png",
"current": "https://i.imgur.com/ZXmcL9U.png"
},
"name": "User profile menu",
"diff": 0.9
},
{...}
]
It's a simple pretty unopinionated data shape but the same can't be said of all the possible ways to generate it, that's why bromide
only concerns itself with letting you see the visual regressions!
In the same directory, you can run
npx bromide-build
FAQs
Unknown package
The npm package bromide receives a total of 3 weekly downloads. As such, bromide popularity was classified as not popular.
We found that bromide 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.