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.3 to 1.1.0

15

CHANGELOG.md
# Changelog
## 1.1.0
#### 🚀 Updates
- Added token variable substitution support for task `command`s.
- Added a `moon task` command, for viewing resolved information about a task.
- Updated `moon run` to be able to run tasks in the closest project based on current working
directory.
- Updated `noop` tasks to be cacheable, so that they can be used for cache hit early returns.
#### ⚙️ Internal
- Support pnpm v8's new lockfile format.
- Better handling for task's that execute the `moon` binary.
## 1.0.3

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

16

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

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

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