
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.
@digdir/designsystemet-theme
Advanced tools
This package contains the following predefined Designsystemet themes for use in Digdir.
digdir
altinn
uutilsynet
portal
As well as a default theme used in the themebuilder.
Build your own theme on https://theme.designsystemet.no/
Read the Designsystemet README to get started.
When importing the package make sure to specify which theme. By default a custom theme for the themebuilder is used.
// Default theme
@import url('@digdir/designsystemet-theme');
// or
@import url('@digdir/designsystemet-theme/<theme>.css');
All variables are prefixed with ds
and inside @layer ds
.
@import url('@digdir/designsystemet-theme/altinn.css');
@layer "other layers", ds;
.example {
padding: var(--ds-size-1);
}
FAQs
Predefined themes for Designsystemet
The npm package @digdir/designsystemet-theme receives a total of 9,671 weekly downloads. As such, @digdir/designsystemet-theme popularity was classified as popular.
We found that @digdir/designsystemet-theme demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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.