
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.
RedStart is a simple file format for starting a NodeJS Project.
<npm/yarn/pnpm> add -g redstart
RedStart comes with its own file format. It is a custom format for simple configuration.
To get started, just create a file ending with .rsproj.
In the first line, you define all the packages you want to install seperated by a comma. For example:
express, @types/express, typescript, tsx
In the next lines (after an optional empty line) you can define some config.
language: <typescript | javascript>
# The package manager to install the packages in the first line with.
packageManager: <pnpm | yarn | npm>
# This is a comment.
# Path of the entry file. e.g. src/index.ts
mainFile: <path>
workDir: <path>
# Important: If you use pullFrom, you need to specify pullFrom on the first line.
pullFrom: <rawFileURL>
# You need to specify the line with packages too.
gitClone: <gitURL>
The capitalization of the keys and the values is important.
axios, chalk@4.1.2, typescript, @types/node
language: typescript
packageManager: pnpm
mainFile: src/main.ts
Feel free to check out the example file!
RedStart is licensed under the GNU General Public License v3.0. See LICENSE for more information.
FAQs
A quick way to start your nodejs project 🚀
The npm package redstart receives a total of 3 weekly downloads. As such, redstart popularity was classified as not popular.
We found that redstart 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.