
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
@entur/component-library
Advanced tools
The Entur component library is a [Storybook](https://storybook.js.org) based app with set of [React](https://reactjs.org/) components common for all Entur React applications.
The Entur component library is a Storybook based app with set of React components common for all Entur React applications.
It is served here: https://entur-component-library-ae8fd.firebaseapp.com
npm install --save @entur/component-library
The component library depends on a small set of global definitions; typography and rem size. These rules are defined in index.css
. For correct fonts add @entur/fonts
to your package.json
"dependencies": {
"@entur/fonts": "git+ssh://git@bitbucket.org:enturas/entur-fonts.git#a5e1956"
}
Remember to run npm install after adding the line.
You will also need to import the rules in your code:
// javascript
import '@entur/fonts/index.css'
import '@entur/component-library/lib/index.css'
// css
@import '~@entur/fonts/index.css'
@import '~@entur/component-library/lib/index.css'
npm install
to install dependenciesnpm run storybook
to run the Storybook appnpm run deploy
FAQs
The Entur component library is a [Storybook](https://storybook.js.org) based app with set of [React](https://reactjs.org/) components common for all Entur React applications.
The npm package @entur/component-library receives a total of 58 weekly downloads. As such, @entur/component-library popularity was classified as not popular.
We found that @entur/component-library demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 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
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.