
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
discogs-elements
Advanced tools
Work in progress
This is an attempt at creating discogs HTML web components in vanilla javascript. It is using the latest browser features and should work nativelly without the need of polyfill in modern browsers.
You can use them like this in any HTML document.
<discogs-label label-id="6785"></discogs-label>
<discogs-label-releases label-id="6785"></discogs-label-releases>
For them to work, you need to import the bit of javascript code in which these elements and their behavior are defined.
You can import the script from a CDN or from the npm package if your are in a npm project.
<script type="module" async src="discogs-elements"></script>
or:
<script type="module" async src="https://cdn.jsdelivr.net/npm/discogs-elements@latest"></script>
Do not forget the type="module" on the script tag, otherwise you'll
get an error Uncaught SyntaxError: Cannot use import statement outside a module.
Examples can be found in the files index.html and test.html.
FAQs
html custom elements, web components for discogs
The npm package discogs-elements receives a total of 3 weekly downloads. As such, discogs-elements popularity was classified as not popular.
We found that discogs-elements 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.

Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.

Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.