
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.
To install the command line tool run an npm install
npm install -g @red5/cli
Once installed you can create projects and project files.
New projects are created by going to the directory that you want to create a new project within. The command will then create a new folder and install everything into that folder.
red5 new <project-name>
The following steps are taken:
git clone the bare bones project from githubhttp://localhost:5000 within a browser to make sure everything worksAdds a supported @red5 package to the current project.
red5 add <package-name>
The following steps are taken:
@red5/<package-name>)npm i -s @red5/<package-name>Removes a supported @red5 package from the current project.
red5 remove <package-name>
The following steps are taken:
@red5/<package-name>)npm rm -s @red5/<package-name>Make controller can create 3 different types of controllers:
Creates a basic controller containing only a main endpoint. This is the default action.
red5 make:controller <controller-name>
Creates an API controller containing only API endpoints
red5 make:controller <controller-name> --api
Creates a Resource controller containing all resource endpoints
red5 make:controller <controller-name> --resource
Make Middleware will make middleware that can then be hooked into within your routes.
red5 make:middleware <middleware-name>
FAQs
red5 command line tools for managing and creating red5 projects.
The npm package @red5/cli receives a total of 0 weekly downloads. As such, @red5/cli popularity was classified as not popular.
We found that @red5/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.