
Security News
Critical Security Vulnerability in React Server Components
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.
@cubing/icons
Advanced tools
Most development is simply adding/changing existing SVG files under the
./src/svg directory. If
you haven't dealt with SVG files before, check out
Inkscape.
If you want to actually build a font or CSS locally, you'll need some more tooling.
You'll need bun to install development dependencies and
build the project. Check out and build the project as follows:
git clone https://github.com/cubing/icons && cd icons
make
Files are build into the ./dist dir.
nix for development (optional)We provide a nix shell that you can activate with: nix develop
package-lock.json is the source of truth. Use npm to change dependencies
(if all you're doing is installing dependencies, you don't need npm).
As soon as nix gets support for bun
lockfiles, we can remove this
quirk.
To bump the version and deploy to npmjs.org:
npm version [major|minor|patch] -m "Release description"
git push --follow-tags
make publish
FAQs
Cubing Icons and Fonts
The npm package @cubing/icons receives a total of 402 weekly downloads. As such, @cubing/icons popularity was classified as not popular.
We found that @cubing/icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.

Security News
TypeScript 6.0 will be the last JavaScript-based major release, as the project shifts to the TypeScript 7 native toolchain with major build speedups.