
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
@wheelofnames/lib
Advanced tools
This package contains some common utilities used by the https://wheelofnames.com web client, the Wheel of Names API, Discord bot, as well as various other tools. This package is likely useless to you if you are not a Wheel of Names developer.
This package contains some common utilities used by the https://wheelofnames.com web client, the Wheel of Names API, Discord bot, as well as various other tools. This package is likely useless to you if you are not a Wheel of Names developer.
This package is part of the Wheel of Names monorepo, which is private. Everything below this point is only useful for those with access to the repo.
Install dev dependencies with npm i
.
npx playwright install --with-deps # only needs to be done once
npm run test
To test local changes to lib in the client and backend, npm uninstall @wheelofnames/lib
in their
respective directories, then add "@wheelofnames/lib": "file:../lib",
to their package.json
and
run npm i
. When you update any code in lib, run npm run build
in the lib directory. The client
will detect the file change and do a hot reload.
You switch between the two lib versions with these two scripts in the client
directory:
npm run locallib
npm run globallib
Don't forget to run npm run globallib
before committing, since local dependencies don't work in CI/CD.
Publish a new version:
npm run publish:patch # or minor/major
FAQs
This package contains some common utilities used by the https://wheelofnames.com web client, the Wheel of Names API, Discord bot, as well as various other tools. This package is likely useless to you if you are not a Wheel of Names developer.
The npm package @wheelofnames/lib receives a total of 70 weekly downloads. As such, @wheelofnames/lib popularity was classified as not popular.
We found that @wheelofnames/lib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.