
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.
Command-line tool for equipping your development journey with configurations and fieldguides
Command-line tool for equipping your development journey with configurations and fieldguides.
npm install -g outfitter
# or
pnpm add -g outfitter
# or
yarn global add outfitter
# or
brew install outfitter
# Initialize a new project with Outfitter configurations
outfitter equip
# or
outfitter init
# Manage fieldguides (documentation & patterns)
outfitter fieldguides list
# or
outfitter fg list
outfitter fieldguides add react-patterns typescript-standards
# View help
outfitter --help
outfitter equip
(alias: init
)Interactively install Outfitter configurations and utilities to your project.
outfitter equip # Interactive setup
outfitter equip --preset nextjs # Use Next.js preset
Available presets:
nextjs
- Next.js full-stack applicationsreact
- React single-page applicationsnode
- Node.js backend servicesminimal
- Just TypeScript standardsoutfitter fieldguides
(alias: fg
)Manage project fieldguides - living documentation and patterns for your team.
# List available fieldguides
outfitter fieldguides list
# Add fieldguides to your project
outfitter fieldguides add react-patterns typescript-standards
# Update existing fieldguides
outfitter fieldguides update
# Create a new fieldguide
outfitter fieldguides create
# Configure fieldguide settings
outfitter fieldguides config
Outfitter automatically detects your project's technology stack to provide tailored recommendations and configurations. This "terrain detection" analyzes your project for:
The terrain detection runs automatically when you use commands like outfitter equip
or outfitter fieldguides add
, ensuring that:
Projects initialized with Outfitter have a .outfitter/
directory containing:
.outfitter/
├── config.json # Project configuration and installed supplies
├── supplies/ # Local copies of installed supplies
└── cache/ # Version and update cache
{
"version": "1.0.0",
"preset": "nextjs",
"supplies": [
"typescript-standards",
"react-patterns",
"nextjs-patterns",
"testing-standards"
],
"installed": "2024-01-20T10:30:00Z"
}
Packlists allow you to share and standardize supply configurations across teams.
# Export your current setup
outfitter pack export --output frontend-standard.json
# In a new project
outfitter init
outfitter pack import frontend-standard.json
{
"name": "Frontend Standard",
"version": "1.0.0",
"supplies": ["typescript-standards", "react-patterns", "testing-standards"],
"created": "2024-01-20T10:30:00Z"
}
typescript-standards
- Core TypeScript patterns and conventionstesting-standards
- Comprehensive testing methodologysecurity-standards
- Security baseline and best practicesdocumentation-standards
- Clear documentation guidelinesreact-patterns
- React component and hook patternsnextjs-patterns
- Next.js specific patternstypescript-error-handling
- Error handling patternsperformance-patterns
- Performance optimization patternsreact-hook-form
- Form handling with React Hook Formreact-query
- Data fetching with React Queryzustand-guide
- State management with Zustandvitest-guide
- Testing with Vitestplaywright-guide
- E2E testing with PlaywrightUse the --with-claude
flag during initialization to create a CLAUDE.md
file
that references your installed supplies:
outfitter init --preset react --with-claude
This creates a CLAUDE.md that helps AI assistants understand your project's standards and patterns.
This package is part of the Outfitter monorepo.
See the Development Guide for instructions on building, testing, and contributing to this package.
outfitter doctor
- Check project complianceoutfitter migrate
- Migrate between standards versionsMIT
FAQs
Command-line tool for equipping your development journey with configurations and fieldguides
The npm package outfitter receives a total of 0 weekly downloads. As such, outfitter popularity was classified as not popular.
We found that outfitter 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.