Gathering detailed insights and metrics for @navikt/personbruker-telefon-input
Gathering detailed insights and metrics for @navikt/personbruker-telefon-input
Gathering detailed insights and metrics for @navikt/personbruker-telefon-input
Gathering detailed insights and metrics for @navikt/personbruker-telefon-input
React komponenter for Arbeidsforhold
npm install @navikt/personbruker-telefon-input
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (95.56%)
SCSS (3.99%)
HTML (0.45%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
825 Commits
13 Watchers
2 Branches
26 Contributors
Updated on Jun 23, 2025
Latest Version
0.0.3-18
Package Id
@navikt/personbruker-telefon-input@0.0.3-18
Unpacked Size
542.37 kB
Size
229.34 kB
File Count
12
NPM Version
6.10.3
Node Version
12.8.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
11
35
This is a boilerplate repository for creating npm packages with React components written in TypeScript and using styled-components.
Medium article explaining step by step how to use this repo to publish your own library to NPM: https://medium.com/@xfor/developing-publishing-react-component-library-to-npm-styled-components-typescript-cc8274305f5a
To install all dependencies run npm run install-all
.
To start developing your library, run npm run dev
. It will build your library and run example create-react-app where you can test your components. Each time you make changes to your library or example app, app will be reloaded to reflect your changes.
Developing library with components built with styled-components is challenging because you have to keep only one instance of styled-components. If you would just symlink your library (file:../
or npm link
) to example app that is also using styled-components you'll get a console warning about multiple instances of styled-components (even though styled-components are peer dependency) and your styles will be possibly broken. To be able to conveniently develop styled components I am injecting bundled files directly into example app's /src folder and importing it in App.tsx along with type declaration.
This boilerplate lets you develop your libraries in Typescript and you can simultaneously test it in Typescript example create-react-app.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
security policy file detected
Details
Reason
6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
Found 0/21 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
11 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More