Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@moonrepo/cli
Advanced tools
The official CLI for moon, a task runner and repo management tool for the web ecosystem, written in Rust! Supports JavaScript, TypeScript, Bash, and much more!
moon can be installed with bash:
curl -fsSL https://moonrepo.dev/install/moon.sh | bash
Or with npm, pnpm, or yarn.
yarn add --dev @moonrepo/cli
Once installed, initialize moon in your repository.
moon init
Once projects and tasks have been configured, tasks can be ran with:
# Run `lint` in project `app`
moon run app:lint
# Run `lint` in all projects
moon run :lint
Working in the JavaScript ecosystem can be very involved, especially when it comes to managing a repository effectively. Which package manager to use? Which Node.js version to use? How to import node modules? How to build packages? So on and so forth. moon aims to streamline this entire process and provide a first-class developer experience.
package.json
scripts can become unwieldy, very quickly. No more
duplicating the same script into every package, or reverse-engineering which root scripts to use.
With moon, all you need to know is the project name, and a task name.node_modules
, or sync
package dependencies, or even sync TypeScript project references.Not all features are currently supported, view the documentation for an accurate list!
FAQs
moon command line and core system.
We found that @moonrepo/cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.