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/angular-components
Advanced tools
_Contains Angular components used by Folkehelseinstituttet, which are based on [Fhi.Frontend.Style (@folkehelseinstituttet/style)](https://www.npmjs.com/package/@folkehelseinstituttet/style), [Bootstrap widgets (@ng-bootstrap)](https://ng-bootstrap.github
Contains Angular components used by Folkehelseinstituttet, which are based on Fhi.Frontend.Style (@folkehelseinstituttet/style), Bootstrap widgets (@ng-bootstrap) and some other third-party NPM packages.
FHI Angular Components | FHI Style | Bootstrap | NgSelect | NgBootstrap | Angular | Node/NPM |
---|---|---|---|---|---|---|
4.x.x | 6 | 5.3.2 | 12 | 16 | 17 | 18/9 * |
3.x.x | 5.9 | 5.3.2 | 12 | 16 | 17 | 18/9 * |
2.x.x | 5 | 5 | 11 | 15 | 16 | 18/9 * |
1.x.x | 5 | 5 | 10 | 14 | 15 | 18/9 * |
0.5.x | 5 | 5 | 10 | 14 | 15 | 18/9 * |
0.4.x | 5 | 5 | 10 | 14 | 15 | 18/9 * |
0.3.0 | 4 | 5 | 10 | 14 | 15 | 18/9 * |
0.2.0 | 4 | 5 | 9 | 13 | 14 | 16/8 * |
For more dependencies see peerDependencies
in package.json
* designsystem.fhi.no uses these Node/NPM versions, older versions may work, but then you're on your own :wink:
Install with npm: npm install @folkehelseinstituttet/angular-components
After installing the package and all dependencies, add the following code to your app:
// In global css-file (usually style.scss)
@import "./node_modules/@folkehelseinstituttet/angular-components/styles/import/all";
// In a standalone component or a shared module (it's possible to only import components you need)
import { FhiAngularComponentsModule } from '@folkehelseinstituttet/angular-components';
...
imports: [FhiAngularComponentsModule]
...
<!-- In a template -->
<!-- <fhi-[name-of-component]></fhi-[name-of-component]> -->
<fhi-tree-view-navigation [items]="items"></fhi-tree-view-navigation>
You find the changelog here.
Read about how to contribute here
FAQs
_Contains Angular components used by Folkehelseinstituttet, which are based on [Fhi.Frontend.Style (@folkehelseinstituttet/style)](https://www.npmjs.com/package/@folkehelseinstituttet/style), [Bootstrap widgets (@ng-bootstrap)](https://ng-bootstrap.github
The npm package @folkehelseinstituttet/angular-components receives a total of 228 weekly downloads. As such, @folkehelseinstituttet/angular-components popularity was classified as not popular.
We found that @folkehelseinstituttet/angular-components 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.