Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@addasoft/album-art-component
Advanced tools
A webcomponent that fetches album and artist art from different sources
Instead of having to know all different APIs for Artist and Album providers what about a webcomponent that does it for you?
<!-- artist art -->
<album-art artist="the gathering"></album-art>
<!-- album art -->
<album-art artist="the gathering" album="home"></album-art>
Is all you need to fetch and display artist art for the awesome band the gathering
. You can easily provide the width and height for the art by setting them in CSS
album-art {
width: 200px;
height: 200px;
}
Yes it is that easy.
npm run start
for a development build and
npm run build
to build a new distribution build.
Add the following to your local .env
file in order to use last.fm and fanart
LASTFM_APIKEY=[your key]
LASTFM_SECRET=[your secret]
FANART_APIKEY=[your key]
### Add a new provider
TODO: the idea is that we, the community, can add new art providers which will be discovered during the build process and all of them will be used till a proper image is found. For now though, surprise me with a pull request
FAQs
A webcomponent that fetches album and artist art from different sources
We found that @addasoft/album-art-component 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.