Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
altinn-designsystem
Advanced tools
This design system is based on Pattern Lab code and atomic design principles. The repo contains the source code and configuration for building and running the design system locally and for creating distribution files.
You can always test the live version of the latest build, or download the altinn-designsystem npm package.
Make sure that Node.js (version 6 or newer) is installed. The package manager npm will be included.
npm install -g bower
npm install -g gulpjs/gulp-cli
If you are going to work on the design system, you'll need to install these packages too:
npm install -g gifsicle
npm install -g optipng-bin
npm install -g pngquant-bin
git clone https://github.com/Altinn/DesignSystem.git
Navigate to the root of the code and run:
npm install
Also make sure the project in styleguidekit-assets-altinn is built. This requires Ruby to be installed in order to install the sass gem. For Windows users, see Ruby
cd styleguidekit-assets-altinn
gem install sass # run with sudo if you get an error
npm install
bower install
gulp
cd ..
This will take a couple of minutes...
npm start
The command will build and run the design system locally on http://localhost:3000 and automatically rebuild if the source code is changed.
FAQs
Altinn Design system based on Pattern Lab.
We found that altinn-designsystem demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.