
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
create-cradova-app
Advanced tools
The complete solution for node.js command-line interfaces.
Read this in other languages: English | 简体中文
For information about terms used in this document see: terminology
npm install cradova
cradova exports a global object which is convenient for quick programs. This is used in the examples in this README for brevity.
const { program } = require("cradova");
program.version("0.0.1");
For larger programs which may use cradova in multiple ways, including unit testing, it is better to create a local Command object to use.
If you use ts-node
and stand-alone executable subcommands written as .ts
files, you need to call your program through node to get the subcommands called correctly. e.g.
node -r ts-node/register pm.ts
A sample can be found in the examples directory.
This version of cradova is fully supported on Long Term Support versions of node, and requires at least node v8 and above. (For older versions of node, we recomend you change the default lib in the cradova tsconfig and re-compile.)
The main forum for free and community support is the project Issues on GitHub. maintainer fridaymaxtour@gmail.com
The maintainer of cradova and other packages is working hard to deliver commercial support and maintenance for the open source software you use to build your applications. Save time, reduce risk, and improve code health.
FAQs
A CLI for easy setting up new cradova projects
The npm package create-cradova-app receives a total of 0 weekly downloads. As such, create-cradova-app popularity was classified as not popular.
We found that create-cradova-app 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.