
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@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
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 61 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.