
Security News
Next.js moves to scheduled security releases
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.
@aptos-labs/aptos-cli
Advanced tools
The @aptos-labs/aptos-cli package allows you to use the Aptos CLI from inside a Nodejs project.
To install the Aptos CLI, you need to have Node.js and npm installed on your system. Then, you can install it using:
npm install @aptos-labs/aptos-cli
That command will download the Aptos CLI and create a Node bin file, making it available to use in a Node environment.
Once you have the package installed and the Node bin file, you can run the following command, in your project environment, to install the Aptos CLI in your project:
npx aptos --install
Alternatively, you can simply run the cli using the npx aptos command. That will install the Aptos CLI in your project if it's not already installed.
npx aptos
To use the Aptos CLI, in your project environment, run the npx aptos command, to see the available commands.
npx aptos
If you already have the Aptos CLI binary installed on your system, you can specify its path to use it directly:
npx aptos --binary-path /path/to/aptos <command>
To update the Aptos CLI, you can run the following command within your project environment:
npx aptos --update
To set up the project for development:
npm install
npm run dev
This will build the project and run the CLI.
To build the project:
npm run build
FAQs
Aptos CLI available from npmjs
We found that @aptos-labs/aptos-cli 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.

Security News
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.