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
786
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.14.3 to 1.14.4

8

CHANGELOG.md

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

## 1.14.4
#### 🐞 Fixes
- Fixed an issue where `moon docker scaffold` was too greedy and would copy files it shouldn't.
- Fixed some `PATH` inconsistencies when executing npm/pnpm/yarn binaries.
- Fixed codegen `lower_case` and `upper_case` stripping characters.
## 1.14.3

@@ -15,0 +23,0 @@

16

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

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

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