
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.
@livekit/livekit-chakra-theme
Advanced tools
A Chakra-UI theme for LiveKit applications and sites
First-time setup:
git clone git@github.com:livekit/livekit-chakra-theme.git
pnpm install
To make changes:
src/
pnpm build
vx.x.x
Upon tagging, CI will publish that version to NPM.
To use your changes, run pnpm update @livekit/livekit-chakra-theme --latest
in the repo that’s using the theme.
To validate your changes locally without publishing the package to npm, you can use yalc.js. This will allow you to use the local, unpublished version of your package in any other local repo. For example, you can see how changes to the theme affect other projects that depend on it before you publish the new theme and update the other repos that depend on it.
yarn watch
to publish and automatically update the package in the local yalc store.npm i yalc -g
or yarn global add yalc
.)@livekit/livekit-chakra-theme
and run yalc link @livekit/livekit-chakra-theme
. The repo should now use the local version of the theme from the Yalc store. You can find more information in the docs.Remove local yalc package version: To return to the state before you ran yalc link ...
, you must remove the link to the local yalc store with yalc remove @livekit/livekit-chakra-theme
.
FAQs
A Chakra-UI theme for LiveKit applications and sites
The npm package @livekit/livekit-chakra-theme receives a total of 1,072 weekly downloads. As such, @livekit/livekit-chakra-theme popularity was classified as popular.
We found that @livekit/livekit-chakra-theme 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.