
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.
@postnord/pn-marketweb-components
Advanced tools
Using a open CDN for NPM packages we've created a set of scripts to load in the required files needed to show PN Web Components without having to install them in your repo.
<script src="https://XXXXXX/umd/pn-marketweb-init.js"></script>
Querystring parameters added the the script src (with the exception of "inject" and "domlocation") will be appended to the component as attributes.
<script src="https://127.0.0.1:8080/umd/pn-marketweb-inject.js?market=se&language=en&inject=pn-marketweb-siteheader&domlocation=top"></script>
This will load in the following component in the top of the dom
If the sizing is all wrong it's most likely due to the html tag not having right font size set to support rem (base 10px).
The components look best if you have the following css
html {
font-size:62.5%;
}
*, *::before, *::after {
box-sizing: border-box;
}
There is a possible workaround where you can add the following css to get the components to look better
:root {
font-size: 62.5%;
}
FAQs
PostNord Market Websites Components
The npm package @postnord/pn-marketweb-components receives a total of 461 weekly downloads. As such, @postnord/pn-marketweb-components popularity was classified as not popular.
We found that @postnord/pn-marketweb-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 59 open source maintainers 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.