Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@folkehelseinstituttet/style
Advanced tools
CSS styling used by Folkehelseinstituttet, based on Bootstrap frontend framework.
Fhi.Frontend.Style | Bootstrap | Node/NPM |
---|---|---|
6.x.x | 5.3.2 | 18/9* |
5.9.x | 5.3.2 | 18/9* |
5.x.x | 5.2.x | 16/8* |
4.x.x | 5 | 16/8* |
3.x.x | 5 | 16/8* |
* designsystem.fhi.no uses these Node/NPM versions, older versions may work, but then you're on your own :wink:
You find the changelog here
Install with npm: npm install @folkehelseinstituttet/style
If you want the full style library
@import "@folkehelseinstituttet/style/import/all.scss";
If you only need the variables for use in ex. a library
@import "@folkehelseinstituttet/style/import/all-variables.scss";
If you want to use CSS instead of SCSS
npm pack
./css
to the folder containing index.html
(if the script wasn't executed in the same folder)<link rel="stylesheet" type="text/css" href="css/styles.min.css" />
to your index.html
Read about how to contribute here
Live examples in our demo app: https://designsystem.fhi.no Repo for demo app: Fhi.Frontend.Demo
Only SourceSansPro
and CrimsonText
are distributed with this package. BrandonText
are proprietary, and must be imported in projects where it's a design requirement.
FAQs
CSS styling used by Folkehelseinstituttet
We found that @folkehelseinstituttet/style demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.