
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.
@pulumi/auto-deploy
Advanced tools
[](https://slack.pulumi.com) [](https://www.npmjs.com/package/@pulumi/auto-deploy) [;
const project = "dependency-example"
export const f = new autodeploy.AutoDeployer("auto-deployer-f", {
organization,
project,
stack: "f",
downstreamRefs: [],
});
export const e = new autodeploy.AutoDeployer("auto-deployer-e", {
organization,
project,
stack: "e",
downstreamRefs: [],
});
export const d = new autodeploy.AutoDeployer("auto-deployer-d", {
organization,
project,
stack: "d",
downstreamRefs: [],
});
export const c = new autodeploy.AutoDeployer("auto-deployer-c", {
organization,
project,
stack: "c",
downstreamRefs: [],
});
export const b = new autodeploy.AutoDeployer("auto-deployer-b", {
organization,
project,
stack: "b",
downstreamRefs: [d.ref, e.ref, f.ref],
});
export const a = new autodeploy.AutoDeployer("auto-deployer-a", {
organization,
project,
stack: "a",
downstreamRefs: [b.ref, c.ref],
});
This package is available in many languages in the standard packaging formats.
To use from JavaScript or TypeScript in Node.js, install using either npm
:
$ npm install @pulumi/auto-deploy
or yarn
:
$ yarn add @pulumi/auto-deploy
To use from Python, install using pip
:
$ pip install pulumi-auto-deploy
To use from Go, use go get
to grab the latest version of the library
$ go get github.com/pulumi/pulumi-auto-deploy/sdk/go
To use from .NET, install using dotnet add package
:
$ dotnet add package Pulumi.AutoDeploy
FAQs
[](https://slack.pulumi.com) [](https://www.npmjs.com/package/@pulumi/auto-deploy) [![Python version](https://badge.fury.io/py
The npm package @pulumi/auto-deploy receives a total of 86 weekly downloads. As such, @pulumi/auto-deploy popularity was classified as not popular.
We found that @pulumi/auto-deploy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.