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
882
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.1 to 1.16.3

24

CHANGELOG.md

@@ -13,2 +13,26 @@ # Changelog

## 1.16.2
#### 🚀 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.
#### 🐞 Fixes
- Fixed an issue where dependencies were being injected into the root `package.json`, when a
root-level project was dependending on non-root project tasks.
#### 🧩 Plugins
- Updated `bun_plugin` to v0.5.
- Updated `deno_plugin` to v0.5.
- Updated `go_plugin` to v0.5.
- Updated `node_plugin` and `node_depman_plugin` to v0.5.
- Updated `python_plugin` to v0.2.
- Updated `rust_plugin` to v0.4.
- Updated `schema_plugin` (TOML) to v0.5.
## 1.16.1

@@ -15,0 +39,0 @@

16

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

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

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