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

1
18

3.1.10-RC.0

Diff

architectci
published 3.1.9 •

Changelog

Source

[3.1.9] 2022-12-20

Fixed

  • Fixed hydrate.copy crashing when copying to multi-tenant Lambdae

architectci
published 3.1.8 •

Changelog

Source

[3.1.8] 2022-12-06

Fixed

  • Fixed hydrate.copy API bug where files are copied to vendor, not node_modules, for typescript Lambdas

architectci
published 3.1.7 •

Changelog

Source

[3.1.7] 2022-12-05

Fixed

  • Fixed hydrate.copy API bug where Lambda build dir is not used

architectci
published 3.1.6 •

Changelog

Source

[3.1.6] 2022-11-18

Added

  • Added support for Lambda nodejs18.x runtime
  • Added Node.js 18.x to test matrix

Changed

  • Ignore AWS SDK v3 (@aws-sdk/*) references during Lambda treeshaking
  • Updated dependencies

architectci
published 3.1.6-RC.0 •

architectci
published 3.1.5 •

Changelog

Source

[3.1.5] 2022-11-15

Changed

  • Changed hydrate.copy API to copy files into all Lambdas, not just those with shared code enabled

Fixed

  • Fixed issue where hydrate.copy plugins breaking on projects that disabled or aren't using shared code; thanks @tbeseda!

architectci
published 3.1.4 •

Changelog

Source

[3.1.4] 2022-10-07

Fixed

  • Fixed corner case where Lambda treeshaking could install a potentially out of date dependency if found in the project's developer dependencies tree, even if as a transient dependency of another package in package-lock.json
    • Per npm semantics, Architect assumes business logic that needs a specific version will use dependencies
    • If for whatever reason your Architect app's business logic depends on a specific dependency version, and that version is only found in devDependencies, you must specify that version in dependencies

architectci
published 3.1.3 •

Changelog

Source

[3.1.3] 2022-09-07

Changed

  • Updated dependencies

architectci
published 3.1.2 •

Changelog

Source

[3.1.0 - 3.1.2] 2022-08-20

Added

  • Added hydrate.copy API for copying in files and folders to Lambda dependency directories (./path/to/lambda/node_modules/ or ./path/to/lambda/vendor)

Fixed

  • Fixed issue where hydrate.shared() erroneously destroys the @architect/functions module; thanks @idy!
  • Fixed issue where autoinstall would fail to parse require or import within for/of statements; fixes #1370

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