Socket
Socket
Sign inDemoInstall

@architect/hydrate

Package Overview
Dependencies
Maintainers
6
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/hydrate - npm Package Versions

23
18

4.0.8

Diff

Changelog

Source

[4.0.8] 2024-07-25

Changed

  • Update vendored Python importlib_metadata

Fixed

  • Fixed issue where ASAP would blow up treeshaking due to malformed file path

architectci
published 4.0.7 •

Changelog

Source

[4.0.7] 2024-07-24

Fixed

  • Fixed issue where Hydrate fails on projects with only an ASAP root handler, no other Lambdas; fixes #1491

architectci
published 4.0.6 •

Changelog

Source

[4.0.6] 2024-04-29

Changed

  • Updated dependencies
  • Updated package.json engines.node property to reflect changes from v4

architectci
published 4.0.5 •

Changelog

Source

[4.0.4 - 4.0.5] 2024-04-08

Fixed

  • Fixed Lambda treeshaking of default get /* ASAP handler; thanks @filmaj!
  • Improved detection of local vs global Yarn and pnpm

architectci
published 4.0.4 •

Changelog

Source

[4.0.4 - 4.0.5] 2024-04-08

Fixed

  • Fixed Lambda treeshaking of default get /* ASAP handler; thanks @filmaj!
  • Improved detection of local vs global Yarn and pnpm

architectci
published 4.0.3 •

Changelog

Source

[4.0.3] 2024-03-25

Changed

  • Updated dependencies

architectci
published 4.0.2 •

Changelog

Source

[4.0.1 - 4.0.2] 2024-02-02

Fixed

  • Fixed issue where treeshaking runs against Lambdas with explicit dependency manifests in cases where those Lambdas were themselves plugins installed as dependencies

architectci
published 4.0.1 •

Changelog

Source

[4.0.1 - 4.0.2] 2024-02-02

Fixed

  • Fixed issue where treeshaking runs against Lambdas with explicit dependency manifests in cases where those Lambdas were themselves plugins installed as dependencies

architectci
published 4.0.0 •

Changelog

Source

[4.0.0] 2024-01-09

Added

  • Improved cross-platform deployment of native modules to arm64 Lambda (the new default in Architect 11)
    • This means any non-arm64 and/or non-Linux machine will now best-effort deploy to arm64 Linux; users are highly encouraged to validate application functionality that relies on native modules
    • This is accomplished by adding the npm --cpu + --os flags, supported by npm v10.1+ – this version of npm is bundled with Node.js 18.19+ or 20.7+
    • If you are using pnpm or Yarn, you must continue to deploy Lambdas to arm64 as before

Changed

  • Use --omit=dev instead of --production arg for npm
  • Added Node.js 20.x to test matrix
  • Breaking change: removed support for Node.js 14.x (now EOL, and no longer available to created in AWS Lambda)
  • Updated dependencies

Fixed

  • Fixed issue where ignoreDependencies would not work if only a single dependency was ignored; thanks @andybee!

architectci
published 4.0.0-RC.2 •

23
18
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