🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@moonrepo/cli

Package Overview
Dependencies
Maintainers
1
Versions
1084
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moonrepo/cli - npm Package Compare versions

Comparing version

to
1.19.2

6

CHANGELOG.md

@@ -13,2 +13,8 @@ # Changelog

## Unreleased
#### 🐞 Fixes
- Fixed another location where the `proto` binary was not available.
## 1.19.1

@@ -15,0 +21,0 @@

16

package.json
{
"name": "@moonrepo/cli",
"version": "1.19.1",
"version": "1.19.2",
"description": "moon command line and core system.",

@@ -32,10 +32,10 @@ "keywords": [

"optionalDependencies": {
"@moonrepo/core-linux-arm64-gnu": "1.19.1",
"@moonrepo/core-linux-arm64-musl": "1.19.1",
"@moonrepo/core-linux-x64-gnu": "1.19.1",
"@moonrepo/core-linux-x64-musl": "1.19.1",
"@moonrepo/core-macos-arm64": "1.19.1",
"@moonrepo/core-macos-x64": "1.19.1",
"@moonrepo/core-windows-x64-msvc": "1.19.1"
"@moonrepo/core-linux-arm64-gnu": "1.19.2",
"@moonrepo/core-linux-arm64-musl": "1.19.2",
"@moonrepo/core-linux-x64-gnu": "1.19.2",
"@moonrepo/core-linux-x64-musl": "1.19.2",
"@moonrepo/core-macos-arm64": "1.19.2",
"@moonrepo/core-macos-x64": "1.19.2",
"@moonrepo/core-windows-x64-msvc": "1.19.2"
}
}