
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@laerdal/analytics-react-components
Advanced tools
cd /path/to/your-app
yarn add @laerdal/analytics-react-components
or npm add @laerdal/analytics-react-components
import { <ComponentName> } from '@laerdal/analytics-react-components'
cd /path/to/your-app
yarn add @laerdal/analytics-react-components
or npm add @laerdal/analytics-react-components
cd /path/to/analytics-react-components
yarn link
cd /path/to/your-app
yarn link @laerdal/analytics-react-components
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:
cd /path/to/your-app/node_modules/react
yarn link
cd /path/to/your-app/node_modules/react-dom
yarn link
cd /path/to/analytics-react-components
yarn link react react-dom
yarn link
cd /path/to/your-app
yarn link @laerdal/analytics-react-components
We utilize github actions to automatically publish this library - please include the following words in branch names to influence the semantic version.
major: "BREAKING CHANGE" or "MAJOR"
minor: "feature"
patch: This is the default increment if the above words aren't included.
FAQs
Laerdal react component library for Analytics.
The npm package @laerdal/analytics-react-components receives a total of 13 weekly downloads. As such, @laerdal/analytics-react-components popularity was classified as not popular.
We found that @laerdal/analytics-react-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.