Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@moonrepo/cli

Package Overview
Dependencies
Maintainers
1
Versions
773
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 1.0.1 to 1.0.2

8

CHANGELOG.md
# Changelog
## 1.0.2
#### 🐞 Fixes
- Fixed an issue where `moon run` or `moon check` would hang when not running in a workspace.
- Fixed an issue where workspace root finding will locate `~/.moon`.
## 1.0.1

@@ -19,2 +26,3 @@

`~/.moon/bin`.
- Removed Homebrew support.

@@ -21,0 +29,0 @@ #### 🚀 Updates

16

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

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

"optionalDependencies": {
"@moonrepo/core-linux-arm64-gnu": "^1.0.1",
"@moonrepo/core-linux-arm64-musl": "^1.0.1",
"@moonrepo/core-linux-x64-gnu": "^1.0.1",
"@moonrepo/core-linux-x64-musl": "^1.0.1",
"@moonrepo/core-macos-arm64": "^1.0.1",
"@moonrepo/core-macos-x64": "^1.0.1",
"@moonrepo/core-windows-x64-msvc": "^1.0.1"
"@moonrepo/core-linux-arm64-gnu": "^1.0.2",
"@moonrepo/core-linux-arm64-musl": "^1.0.2",
"@moonrepo/core-linux-x64-gnu": "^1.0.2",
"@moonrepo/core-linux-x64-musl": "^1.0.2",
"@moonrepo/core-macos-arm64": "^1.0.2",
"@moonrepo/core-macos-x64": "^1.0.2",
"@moonrepo/core-windows-x64-msvc": "^1.0.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc