
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.
@outfitter/changeset-config
Advanced tools
> Shared changesets configuration for consistent release management across > Outfitter projects
Shared changesets configuration for consistent release management across Outfitter projects
npm install --save-dev @outfitter/changeset-config
# or
pnpm add -D @outfitter/changeset-config
Reference this package in your project's .changeset/config.json
:
{
"extends": "@outfitter/changeset-config/config"
}
Or copy the configuration directly:
{
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
changelog
: Uses the default changesets changelog generatorcommit
: Set to false
- commits are handled separatelyaccess
: Set to public
for npm publishingbaseBranch
: Uses main
as the base branchupdateInternalDependencies
: Set to patch
for internal dependency
updates# Create a new changeset
pnpm changeset
# Version packages based on changesets
pnpm changeset:version
# Publish packages
pnpm changeset:publish
This package is part of the @outfitter/monorepo monorepo.
See the Development Guide for instructions on building, testing, and contributing to this package.
MIT
FAQs
> Shared changesets configuration for consistent release management across > Outfitter projects
The npm package @outfitter/changeset-config receives a total of 0 weekly downloads. As such, @outfitter/changeset-config popularity was classified as not popular.
We found that @outfitter/changeset-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.