
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@radixdlt/create-radix-dapp
Advanced tools
A new project scaffolding tool for quickly bootstrapping a new Radix dApp project.
Clone this repository and run the following command to link the package to your local NPM registry:
npm link
You can then run the following command anywhere on your system to test the application:
npx create-radix-dapp
and follow the prompts to scaffold a new dApp project.
Once deployed to NPM there is no need to install the package globally, you can simply run:
npx create-radix-dapp
and follow the prompts to scaffold a new Radix dApp project.
To create a new template create a new folder in the templates
directory. The folder name will be the name of the template. The folder should contain a template
folder which is named to represent the template it contains. Each template should contain the appropriate License. The template should also contain a README.md
file explaining how to use the template.
FAQs
A new project scaffolding tool for quickly bootstrapping a new Radix dApp project.
We found that @radixdlt/create-radix-dapp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.