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
768
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 0.4.1 to 0.5.0

15

CHANGELOG.md
# Changelog
## 0.5.0
#### 🚀 Updates
- Added caching to our VCS layer which should greatly reduce the amount of `git` commands being
executed.
- Updated `moon init` to detect `vcs.manager` and `vcs.defaultBranch` from the environment.
#### ⚙️ Internal
- We now detect the current Windows terminal using the `COMSPEC` environment variable, instead of
defaulting to `cmd.exe`.
- Improved our configuration layer so that error messages include more metadata.
- Added `#[track_caller]` to more easily diagnose panics.
### 0.4.1

@@ -4,0 +19,0 @@

12

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

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

"optionalDependencies": {
"@moonrepo/core-linux-x64-gnu": "^0.4.1",
"@moonrepo/core-linux-x64-musl": "^0.4.1",
"@moonrepo/core-macos-arm64": "^0.4.1",
"@moonrepo/core-macos-x64": "^0.4.1",
"@moonrepo/core-windows-x64-msvc": "^0.4.1"
"@moonrepo/core-linux-x64-gnu": "^0.5.0",
"@moonrepo/core-linux-x64-musl": "^0.5.0",
"@moonrepo/core-macos-arm64": "^0.5.0",
"@moonrepo/core-macos-x64": "^0.5.0",
"@moonrepo/core-windows-x64-msvc": "^0.5.0"
}
}
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