@moonrepo/cli
Advanced tools
+13
-12
| { | ||
| "name": "@moonrepo/cli", | ||
| "version": "2.0.0-canary.202512052107", | ||
| "version": "2.0.0-rc.0", | ||
| "type": "commonjs", | ||
@@ -20,3 +20,4 @@ "description": "moon command line and core system.", | ||
| "bin": { | ||
| "moon": "moon.js" | ||
| "moon": "moon.js", | ||
| "moonx": "moonx.js" | ||
| }, | ||
@@ -29,13 +30,13 @@ "repository": { | ||
| "dependencies": { | ||
| "detect-libc": "^2.0.4" | ||
| "detect-libc": "^2.1.2" | ||
| }, | ||
| "optionalDependencies": { | ||
| "@moonrepo/core-linux-arm64-gnu": "2.0.0-canary.202512052107", | ||
| "@moonrepo/core-linux-arm64-musl": "2.0.0-canary.202512052107", | ||
| "@moonrepo/core-linux-x64-gnu": "2.0.0-canary.202512052107", | ||
| "@moonrepo/core-linux-x64-musl": "2.0.0-canary.202512052107", | ||
| "@moonrepo/core-macos-arm64": "2.0.0-canary.202512052107", | ||
| "@moonrepo/core-macos-x64": "2.0.0-canary.202512052107", | ||
| "@moonrepo/core-windows-x64-msvc": "2.0.0-canary.202512052107" | ||
| } | ||
| } | ||
| "@moonrepo/core-linux-arm64-gnu": "2.0.0-rc.0", | ||
| "@moonrepo/core-linux-arm64-musl": "2.0.0-rc.0", | ||
| "@moonrepo/core-linux-x64-gnu": "2.0.0-rc.0", | ||
| "@moonrepo/core-linux-x64-musl": "2.0.0-rc.0", | ||
| "@moonrepo/core-macos-arm64": "2.0.0-rc.0", | ||
| "@moonrepo/core-windows-x64-msvc": "2.0.0-rc.0" | ||
| }, | ||
| "stableVersion": "1.41.8" | ||
| } |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
7
-12.5%8404
-1.3%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated