New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@moonrepo/cli

Package Overview
Dependencies
Maintainers
1
Versions
876
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.16.3 to 1.16.4

18

CHANGELOG.md

@@ -13,10 +13,24 @@ # Changelog

## 1.16.2
## 1.16.4
#### 🚀 Updates
- Update project graph hashing to include git ignored `moon.yml` files.
#### 🐞 Fixes
- Fixed Yarn v1.22.x download not unpacking correctly.
#### 🧩 Plugins
- Updated Yarn `node_depman_plugin` to v0.5.1.
## 1.16.2/3
#### 🚀 Updates
- Updated `projects` globs to support ending in `moon.yml`.
- Updated `node.dependencyVersionFormat` to fallback to a supported format when the chosen
`node.packageManager` does not support the configured (or default) version format.
- Updated to proto v0.21.0.
- Updated to proto v0.22.0.

@@ -23,0 +37,0 @@ #### 🐞 Fixes

16

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

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

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