
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Node.js release management.
artie upload [-o <os>] [-a <arch>] [-n <node version>] [-t <token>]
Packages the node.js project in the current directory as an executable archive using nar. The archive layout can be configured in package.json.
If the current commit also has a tag, the package is uploaded and attached to the GitHub release with the same tag.
If we are not on a tag, we assume that this package is for development purposes, and a new GitHub draft release is created using the abbreviated commit object as the name.
artie download <owner> <repo> [-o <os>] [-a <arch>] [-p] [-t <token>]
Queries GitHub for the latest package matching the supplied os
and
arch
, and downloads the package (if it doesn't already exist) to the
current directory. Creates a symlink with the same name as <repo>
pointing to the newly downloaded file.
If -p
is specified, we will only download fully tagged production
releases. Otherwise, we will also consider draft releases.
Releases marked as pre-release
will never be downloaded.
The version of the embedded node.js executable is determined as follows:
-n
options is specified, we will use that..nvmrc
exists in the project root, we will look for a node.js
version there.artie
needs a personal access token to be able to work with
GitHub. It can be supplied either with the -t <token>
option or by
setting the GITHUB_OAUTH_TOKEN
environment variable.
export SLACK_WEBHOOK=https://hooks.slack.com/services/ASD28TH/B0asdCQ/6876786sd8f6asdasdgxcv
export SLACK_CHANNEL=general
FAQs
Node.js release management.
The npm package artie receives a total of 0 weekly downloads. As such, artie popularity was classified as not popular.
We found that artie demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.