
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.
@laerdal/life-react-components
Advanced tools
cd /path/to/your-app
yarn add @laerdal/life-react-components
or npm add @laerdal/life-react-components
import { Button } from '@laerdal/life-react-components'
import { ChevronLeft, ChevronRight } from '@laerdal/life-react-components'
cd /path/to/your-app
yarn add @laerdal/life-react-components
or npm add @laerdal/life-react-components
cd /path/to/react-components
yarn link
cd /path/to/your-app
yarn link “@laerdal/life-react-components”
yarn
When you start your application, you might get an “Invalid Hook Call Warning”. This is because both component-library and your-app loads their own version of react and react dom. Make sure component-library uses the same version of react and react-dom as your-app uses:
npm add npm-link-shared -g
cd /path/to/your-app
sudo npm-link-shared /path/to/react-components/node_modules . react react-dom
Storybook is added to the component library package to demo and document the components. Clone the repository, run yarn
, then cd apps/storybook
and run yarn storybook
to start it locally.
FAQs
Laerdal LIFE component library for React.
The npm package @laerdal/life-react-components receives a total of 410 weekly downloads. As such, @laerdal/life-react-components popularity was classified as not popular.
We found that @laerdal/life-react-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.
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.