Socket
Socket
Sign inDemoInstall

@architect/hydrate

Package Overview
Dependencies
Maintainers
5
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

13
18

4.0.0-RC.1

Diff

architectci
published 4.0.0-RC.0 •

architectci
published 3.5.1 •

Changelog

Source

[3.5.1] 2023-11-19

Added

  • Added additional dependency ignoring property case: ignoreDependencies or ignoredDependencies can now be used; ignoreDependencies is preferred

Changed

  • Updated dependencies

architectci
published 3.5.0 •

Changelog

Source

[3.5.0] 2023-10-31

Added

  • Added ability to ignore Lambdas during via @arc hydrate false; thanks @lpsinger!

architectci
published 3.4.1 •

Changelog

Source

[3.4.0 - 3.4.1] 2023-10-23

Added

  • Added ability to ignore dependencies during hydration; thanks @andybee!

Fixed

  • Add local flag for hydration of platform-specific binary deps (namely: Python); fixes #1457
  • Fixed pnpm / Yarn commands when globally installed

architectci
published 3.4.0 •

Changelog

Source

[3.4.0 - 3.4.1] 2023-10-23

Added

  • Added ability to ignore dependencies during hydration; thanks @andybee!

Fixed

  • Add local flag for hydration of platform-specific binary deps (namely: Python); fixes #1457
  • Fixed pnpm / Yarn commands when globally installed

architectci
published 3.3.1 •

Changelog

Source

[3.3.1] 2023-08-28

Changed

  • Optimistically import importlib_metadata during Python treeshaking in case it's already installed in the system

architectci
published 3.3.0 •

Changelog

Source

[3.3.0] 2023-07-31

Added

  • Added initial support for Python Lambda treeshaking
    • No more requirements.txt necessary in your Python Lambdas, Architect now handles dependency installations automatically upon deployment
    • Docs: https://arc.codes/docs/en/guides/developer-experience/dependency-management#python
    • This supports global options passed in a root requirements.txt file (example: --extra-index-url https://test.pypi.org/simple/), but does not yet support dependencies versioned at root, or shared or views dependencies
    • All project dependencies must be installed on the system prior to deployment
    • Python Lambda treeshaking also requires the pipdeptree package to be available from shell; ensure you've run pip3 install pipdeptree prior to use

architectci
published 3.3.0-RC.2 •

architectci
published 3.3.0-RC.1 •

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