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

@moonrepo/core-macos-arm64

Package Overview
Dependencies
Maintainers
0
Versions
863
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moonrepo/core-macos-arm64 - npm Package Versions

1
86

1.9.2

Diff

Changelog

Source

1.9.2

🐞 Fixes
  • Fixed a panic when attempting to execute an npm package who's binary is purely Bash.
milesj
published 1.9.1 •

Changelog

Source

1.9.1

🐞 Fixes
  • Fixed a panic when parsing the output of git --version.
milesj
published 1.9.0 •

Changelog

Source

1.9.0

🚀 Updates
  • Added VCS hooks management support.
    • Added vcs.hooks and vcs.syncHooks settings to .moon/workspace.yml.
    • Added moon sync hooks command.
  • Added --clean and --force flags to moon sync codeowners command.
  • Updated moon init to:
    • Detect an applicable VCS provider and set the vcs.provider setting.
    • Convert a detected tool version to a fully-qualified semantic version.
  • Node.js
    • Moved syncing logic from InstallNodeDeps action to SetupNodeTool action. This includes syncing packageManager, engines, and version files. This should feel more natural.
🐞 Fixes
  • Fixed an issue where task hashes would be different between Windows and Unix machines.
    • Root cause is that arguments would use different path separators.
  • Fixed an issue where dev, start, or serve tasks would not always be marked as local.
  • Fixed an issue where inherited tasks parameters (inputs, deps, etc) would sometimes be lost based on the merge strategy.
  • Fixed an issue with dependency graph cycle detection.
⚙️ Internal
  • Updated to proto v0.11.
  • Dropped SVN support since it was never finished and doesn't work.
  • Improved VCS file handling, caching, and performance.
milesj
published 1.8.3 •

Changelog

Source

1.8.3

🐞 Fixes
  • Fixed an issue where command line arguments were incorrectly escaped in Bash shells.
milesj
published 1.8.2 •

Changelog

Source

1.8.2

🐞 Fixes
  • Updated CODEOWNERS to take .editorconfig into account when generating.
  • Fixed an issue where git branch commands would fail on <= v2.22.
  • Fixed an issue where disabling moon's cache would not disable proto's cache.
milesj
published 1.8.1 •

Changelog

Source

1.8.1

🐞 Fixes
  • Fixed an issue where failed processes would not bubble up the original error.
  • Fixed TypeScript type issues in @moonrepo/types.
  • Fixed JSON schema issues.
⚙️ Internal
  • Updated to proto v0.10.5.
milesj
published 1.8.0 •

Changelog

Source

1.8.0

🚀 Updates
  • Added code owners (CODEOWNERS) support.
    • Added owners setting to moon.yml.
    • Added codeowners setting to .moon/workspace.yml.
    • Added moon sync codeowners command.
  • Added vcs.provider setting to .moon/workspace.yml.
  • Added a new action to the graph, SyncWorkspace, that'll be used for workspace-level checks.
  • Added workspace.syncing and workspace.synced webhooks.
  • Added MOON_OUTPUT_STYLE and MOON_RETRY_COUNT environment variables.
  • Rust
    • Improved Cargo workspace root and members detection.
⚙️ Internal
  • Deprecated the moon sync command, use moon sync projects instead.
  • Refactored task inputs, outputs, and file groups to be more accurate.
  • Updated Rust to v1.70.
milesj
published 1.7.3 •

Changelog

Source

1.7.3

🐞 Fixes
  • Fixed an issue where glob task outputs were not invalidating a previous build.
  • Fixed an issue where changing inputs would not mark a task as affected, when a moon workspace is nested within a repository.
  • Improved handling of ctrl+c signal detection and shutting down processes.
milesj
published 1.7.2 •

Changelog

Source

1.7.2

🐞 Fixes
  • Node.js
    • Fixed an issue where some workers/packages would fail while inheriting parent args.
  • Rust
    • Fixed an issue where cargo generate-lockfile would run in the wrong directory.
milesj
published 1.7.1 •

Changelog

Source

1.7.1

🐞 Fixes
  • Fixed some configuration bugs.
  • Fixed initial bootstrap log messages not being logged.
  • Fixed an issue where hydrated caches would be partially written.
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