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
784
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.3.2 to 1.4.0

15

CHANGELOG.md
# Changelog
## 1.4.0
#### 🚀 Updates
- Added a new target scope for tags, `#tag:task`, which will run a task for all projects with the
given tag.
- Updated `moon query projects` and `moon query tasks` to support MQL for filtering results.
- Deprecated `node.aliasPackageNames` setting. Aliases will always be loaded now.
#### ⚙️ Internal
- Upgraded to proto v0.8.
- Updated JSON schemas with missing fields.
- Rewrote ID handling for future features.
## 1.3.2

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

16

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

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

"optionalDependencies": {
"@moonrepo/core-linux-arm64-gnu": "^1.3.2",
"@moonrepo/core-linux-arm64-musl": "^1.3.2",
"@moonrepo/core-linux-x64-gnu": "^1.3.2",
"@moonrepo/core-linux-x64-musl": "^1.3.2",
"@moonrepo/core-macos-arm64": "^1.3.2",
"@moonrepo/core-macos-x64": "^1.3.2",
"@moonrepo/core-windows-x64-msvc": "^1.3.2"
"@moonrepo/core-linux-arm64-gnu": "^1.4.0",
"@moonrepo/core-linux-arm64-musl": "^1.4.0",
"@moonrepo/core-linux-x64-gnu": "^1.4.0",
"@moonrepo/core-linux-x64-musl": "^1.4.0",
"@moonrepo/core-macos-arm64": "^1.4.0",
"@moonrepo/core-macos-x64": "^1.4.0",
"@moonrepo/core-windows-x64-msvc": "^1.4.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