
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
styledot-docs
Advanced tools
The home for 23andMe's Design System component implementation
git clone git@github.com:23andme-private/style.git
cd style
npm install
npm run start
Access http://localhost:8000 in a web browser.
Editing happens under style/src. Building outputs to style/lib and style/docs.
style/src/lib is where the Design System components live. Edit here if you'd like to add or update an actual component for use in the styleguide and npm package.style/src/docs is where the framing for the styleguide website lives. Edit here if you'd like to update or add a component example to the styleguide.Running npm run start from earlier will automatically watch for changes and update them in the browser.
Careful:
Only update files found in /src. src stands for source, the source code for components/documentation.
Anything under /lib is overwritten. Do not modify these files.
Issue: Not seeing your latest style changes in YouDot
Run npm run lib in StyleDot and try creating the beta again (will need to up the version).
Issue: "Error: listen EADDRINUSE 127.0.0.1:8000" while running npm run start Cause: You already have something running on port 8000.
lsof -n -i :8000 | grep LISTENkill -9 [THE PID]npm run startTests are written using Jest. Run with: npm run test
Generally, follow semantic versioning. Given a version number MAJOR.MINOR.PATCH, increment the:
Do an NPM beta release and test it against your local environment and sandbox builds to verify changes.
Note: This requires special publishing access to our NPM package, please get in touch with the StyleDot team in #frontend-guild Slack room to request access.
The steps for publishing a beta release:
lib/package.json.
1.0.1, your beta version should be 1.0.2-beta.0.1.0.2-beta.0, then up the version to 1.0.2-beta.1./lib directory, run the following command: npm publish --tag beta.package.json and update the version of StyleDot to the one you just published, eg: "styledot": "1.0.2-beta.1",.npm install styledot to update to your newly published beta version. (In YouDot run this in you/assets).make css from the you/assets directory).package.json, then build your Sandbox.!! remove beta version before merging !!
git checkout main && git pullnpm publishcd ..git taggit tag 1.0.Xchangelog.md file in the root style directory with the version, date, and changes.git commit -am "Release-YYYYMMDD"git push && git push --tagsmain branch is selected, and then click "Run workflow":
Note: It may take up to 10 minutes for changes to reflect on the web
Found a bug or some other issue? Please use the StyleDot project in JIRA to file a new ticket and view existing ones.
FAQs
23andMe styleguide
We found that styledot-docs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Research
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.