
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.
RunPro is a command-line tool that helps you run multiple terminal commands in separate tabs, based on configurations defined in a config.json file. It is designed to simplify the management of multiple services (e.g., frontend and backend) running concurrently in different directories.
git clone https://github.com/Saanvi26/runpro.git
cd runpro
npm install
In the root folder of the project, create a config.json file. This file should define the commands to run in each terminal tab.
Run the following command to start the commands defined in the config.json file. This will open a new terminal tab for each command and run the respective command from the specified directory.
runpro start <path-to-config.json>
runpro help
Config File: The config.json defines which commands to run and their associated directories.
Execution: The runpro tool reads the configuration file, navigates to each specified directory, and opens a new terminal tab for each command.
Platform: The tool uses osascript for macOS to control Terminal and create new tabs. (Currently, it works on macOS only.)
osascript for controlling the Terminal).Contributions are welcome! Here's how you can contribute:
git checkout -b feature-branch).git commit -am 'Add new feature').git push origin feature-branch).This project is licensed under the MIT License - see the LICENSE file for details.
chalk package is used for styling the terminal output.osascript is used for controlling Terminal and managing tabs in macOS.FAQs
A CLI tool for running project commands
We found that runpro demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
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.