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

@lando/core

Package Overview
Dependencies
Maintainers
3
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lando/core - npm Package Versions

1
12

3.23.0

Diff

Changelog

Source

v3.23.0 - October 26, 2024

New Features & Improvements

  • Changed lando setup to pull common plugins based on release channel to better mimic fatcore
  • Improved internet detection tests #243
  • Improved lando shellenv to produce more consistent newliney output
  • Rebased axios and octokit on @npmcli/agent to improve request consistency across environments
  • Updated default Docker Desktop version to 4.34.3
  • Updated default Docker Engine version to 27.3.1
  • Updated recommended Docker Desktop range to >=4.34.0
  • Updated tested Docker Desktop range to <=4.35
  • Updated tested Docker Compose range to <=2.29.2
  • Updated packaged cli to use node20

Fixed

  • Fixed some packaging problems with new combining core/cli and changed so tests run 💯 packaged
  • Fixed run-from-source #shebang to be more universal
  • Fixed flags: 0x5000: no such file or directory: unknown on WSL when bind mounting certain files the second time #242
  • Fixed bug causing https proxy routes to be assigned when they shouldnt be
  • Fixed bug causing cache from repopulating old proxy addresses that have been removed #209
  • Fixed bug in v4 auto entrypoint and command population
  • Fixed regression causing empty tooling options to throw an error #240
  • Fixed critical bug where core was not being loaded when it only exists internally
  • Fixed bug causing development release versions from incorrectly reporting as updatable
  • Fixed bug causing updates to fail when SHELL environment variable is not set
  • Fixed bug causing error handler error when error code is not an integer
  • Fixed failed healthchecks from reporting unknown shorthand flag: 'T' in -T instead of underlying error (thanks to @AaronFeledy)
  • Improved merging of same-service, same-hostname-pathname proxy routes, fixes #246
  • Improved dns preference of ipv4first

Internal

  • Added debugShim to lando.utils
  • Added downloadX to lando.utils
  • Added getAxios to lando.utils
  • Added getOctokit to lando.utils
  • Added getUserShell to lando.utils
  • Added getUserShellProfile to lando.utils
  • Added isVersionLte to lando.utils
  • Added legacyMerge to lando.utils
  • Added mergeArrays to lando.utils
  • Added mergePromise to lando.utils
  • Added merge to lando.utils
  • Added readFile to lando.utils
  • Added remove to lando.utils
  • Added runCommand to lando.utils
  • Added runElevated to lando.utils
  • Added runPowerShell to lando.utils
  • Added slugify to lando.utils
  • Added writeFile to lando.utils
  • Recombined @lando/cli into @lando/core eg lando binaries are now released here
  • Removed version 4 runtime selector
  • Switched URL.parse to url.parse until people are reliably on a node20 CLI
pirog
published 3.23.0-beta.10 •

Changelog

Source

v3.23.0-beta.10 - October 26, 2024

New Features & Improvements

  • Added helpful tip about using lando shellenv when it cannot detect ~/.lando/bin in PATH
  • Changed lando setup to pull common plugins based on release channel to better mimic fatcore
  • Improved internet detection tests #243
  • Improved lando shellenv to produce more consistent newliney output
  • Rebased axios and octokit on @npmcli/agent to improve request consistency across environments
  • Updated default Docker Desktop version to 4.34.3
  • Updated default Docker Engine version to 27.3.1
  • Udpated recommended Docker Destkop range to >=4.34.0
  • Updated tested Docker Desktop range to <=4.35
  • Updated tested Docker Compose range to <=2.29.2

Fixed

  • Fixed failed healthchecks from reporting unknown shorthand flag: 'T' in -T instead of underlying error (thanks to @AaronFeledy)

Internal

  • Added debugShim to lando.utils
  • Added downloadX to lando.utils
  • Added getAxios to lando.utils
  • Added getOctokit to lando.utils
  • Added getUserShell to lando.utils
  • Added getUserShellProfile to lando.utils
  • Added isVersionLte to lando.utils
  • Added legacyMerge to lando.utils
  • Added mergeArrays to lando.utils
  • Added mergePromise to lando.utils
  • Added merge to lando.utils
  • Added readFile to lando.utils
  • Added remove to lando.utils
  • Added runCommand to lando.utils
  • Added runElevated to lando.utils
  • Added runPowerShell to lando.utils
  • Added slugify to lando.utils
  • Added writeFile to lando.utils
  • Switched URL.parse to url.parse until people are reliably on a node20 CLI
pirog
published 3.23.0-beta.7 •

Changelog

Source

v3.23.0-beta.7 - October 24, 2024

  • Fixed some packaging problems with new combining core/cli and changed so tests run 💯 packaged
pirog
published 3.23.0-beta.5 •

Changelog

Source

v3.23.0-beta.5 - October 24, 2024

Fixes

  • Fixed run-from-source #shebang to be more universal
  • Fixed flags: 0x5000: no such file or directory: unknown on WSL when bind mounting certain files the second time #242
  • Fixed bug causing https proxy routes to be assigned when they shouldnt be
  • Fixed bug causing cache from repopulating old proxy addresses that have been removed #209
  • Fixed bug in v4 auto entrypoint and command population
  • Fixed regression causing empty tooling options to throw an error #240
  • Improved merging of same-service, same-hostname-pathname proxy routes, fixes #246
  • Improved dns preference of ipv4first
pirog
published 3.23.0-beta.4 •

Changelog

Source

v3.23.0-beta.4 - October 22, 2024

  • Updating for release considerations
pirog
published 3.23.0-beta.3 •

Changelog

Source

v3.23.0-beta.3 - October 22, 2024

  • Fixed critical bug where core was not being loaded when it only exists internally
pirog
published 3.23.0-beta.2 •

Changelog

Source

v3.23.0-beta.2 - October 21, 2024

  • Updating for release considerations
pirog
published 3.23.0-beta.1 •

Changelog

Source

v3.23.0-beta.1 - October 21, 2024

New Features

  • Updated packaged cli to use node20

Fixes

  • Fixed bug causing development release versions from incorrectly reporting as updatable
  • Fixed bug causing updates to fail when SHELL environment variable is not set
  • Fixed bug causing error handler error when error code is not an integer

Internal

  • Recombined @lando/cli into @lando/core eg lando binaries are now released here
  • Removed version 4 runtime selector
pirog
published 3.22.3 •

Changelog

Source

v3.22.3 - October 18, 2024

  • Added maybe-it-works? renderer handling for TERM=dumb
  • Changed and standardized nonTTY renderer to/from simple
  • Improved LandoCA support on archlinux
  • Improved dc2 renderer error selection on multiline errors
  • Improved error messages and fixed typos on Linux build engine setup
  • Standardized removey operations and made remove more "deletey"
pirog
published 3.22.2 •

Changelog

Source

v3.22.2 - October 17, 2024

  • Fixed bug causing lando init failures when it is the first command run
  • Fixed bug clobbering v3 certificates in some circumstances
  • Fixed bug causing lando plugin-add to fail in the wrong place when it's passed encodeURIComponent encodeys
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