Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@architect/utils
Advanced tools
@architect/utils
@architect/utils are common utilities for the @architect suite of projects.
npm i @architect/utils
utils.banner(params)
Responsible for printing the standard banner, and loading the basic environment variables and necessary AWS credentials necessary to run Architect.
params
are required with the following available properties:
inventory
(required): Inventory object from @architect/inventory
disableBanner
: run Architect's environment bootstrapping routines, but don't display the actual bannerdisableRegion
: don't print the AWS regiondisableProfile
: don't print the AWS profileversion
: the package version string to print out (e.g. Architect 1.2.3
)utils.getLambdaName(fn)
Returns a valid AWS Lambda function name based on its URL (route).
utils.pathToUnix(pathString)
Converts any path to a Unix style path, with /
as the seperator. This works around Windows issues where /
is assumed across other parts of Architect.
utils.toLogicalID(str)
Converts str
into PascalCase for CloudFormation use.
utils.updater(name, params)
name
(a string) is required; params
may include the boolean option quiet
to manually override Architect's global printing status.
Returns a function to be reused for standardized logging updates with the following methods:
status
- prints an affirmative status update
start
- starts an animated progress indicator
update
done
- ends current progress indicator with an update
stop
cancel
- cancels current progress indicator without an updateerr
- pretty prints an error
error
and fail
warn
- cancels current progress indicator and prints a warning
warn
raw
- just logs a message as-is (while respecting quiet)Automatically respects Architect's global printing status, and also respects the following env vars:
ARC_QUIET
- if truthy, disables printingCI
- if truthy, disables certain terminal progress animations[2.1.3] 2021-06-21
FAQs
Common utility functions
The npm package @architect/utils receives a total of 4,226 weekly downloads. As such, @architect/utils popularity was classified as popular.
We found that @architect/utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.