
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@ttoss/cloud-vpc
Advanced tools
This module provides a set of resources to create a VPC on AWS.
pnpm install @ttoss/cloud-vpc
import { createVpcTemplate } from '@ttoss/cloud-vpc';
const cidrBlock = '10.0.0.0/16';
const template = createVpcTemplate({
cidrBlock,
});
export default template;
createVpcTemplateCreates a VPC template.
cidrBlock: string - The CIDR block of the VPC.createPublicSubnets: boolean - Whether to create public subnets. Default is true.FAQs
Deploy a VPC with public and private subnets
The npm package @ttoss/cloud-vpc receives a total of 618 weekly downloads. As such, @ttoss/cloud-vpc popularity was classified as not popular.
We found that @ttoss/cloud-vpc demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.