
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
neuron-cli
Advanced tools
Command line tools for neuron.js.
Before reading this document, it is better to know modules/1.1.1 and packages/1.0
$ npm i -g neuron-cli
A module is the minimun logic unit of javascript and each javascript file of commonjs or es6 module is a module
A package could not only contain one or more modules, but also css files, templates, images and other resources.
All configurations are located at neuron.config.js at the root of your project.
$ neuron # see basic help
$ neuron build -h # see command help for `neuron build`, or you can use
$ neuron help build
neuron build build a package or packages.neuron server start a neuron develop server. By default, neuron server will observe the changes of the resource files, and run the building automatically.neuron watch watch a directory, and build when files change.MIT
FAQs
The neuron command line tool
We found that neuron-cli 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.