Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@architect/utils

Package Overview
Dependencies
Maintainers
5
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/utils - npm Package Versions

1
13

2.1.1

Diff

Changelog

Source

[2.1.1] 2021-06-14

Fixed

  • Fixed updater truncated color escape sequence, return correct log data in updater.start()

architectci
published 2.1.0 •

Changelog

Source

[2.1.0] 2021-05-13

Added

  • Added log levels to updater:
    • Pass it a logLevel param with one of normal (default), verbose, or debug
    • verbose outputs logs at its level and normal; debug outputs logs at all levels
    • The quiet boolean flag still suppresses writing to stdout, but all relevant log data is still collected by the updater log buffer (see get() + reset() below)
  • Added updater.get(), which returns the captured log buffer
  • Added updater.reset() (and updater.clear() alias) to clear the captured log buffer

architectci
published 2.1.0-RC.0 •

architectci
published 2.0.5 •

Changelog

Source

[2.0.5] 2021-03-05

Changed

  • getLambdaName now sanitizes backslash characters to hyphens

architectci
published 2.0.5-RC.0 •

architectci
published 2.0.4 •

Changelog

Source

[2.0.4] 2021-01-05

Added

  • Add updater.raw(), a console.log passthrough that respects Architect quietude

Changed

  • Updated updater tests

architectci
published 2.0.3 •

Changelog

Source

[2.0.3] 2020-12-19

Fixed

  • Fixed fingerprinter when called on an app that doesn't have inv.static

Changed

  • Updated deps

architectci
published 2.0.2 •

Changelog

Source

[2.0.2] 2020-12-04

Changed

  • Updated deps

architectci
published 2.0.1 •

Changelog

Source

[2.0.1] 2020-12-01

Changed

  • Fingerprint no longer generates a static folder (and exits early) if not found

architectci
published 2.0.0 •

Changelog

Source

[2.0.0] 2020-11-20

Changed

  • Refactored fingerprint and banner to require an Inventory object
  • Removed methods that are now the responsibility of Inventory:
    • fingerprint.config
    • getLayers
    • getRuntime
    • inventory
    • read
    • readArc
    • validate
  • Removed methods no longer in active use by any Architect projects:
    • initEnv
    • portInUse

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