
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
@cjkihl/publish
Advanced tools
A smart package publishing tool that helps you manage and publish npm packages with ease. This tool provides intelligent version checking, retry mechanisms, and support for multiple package managers.
npm install @cjkihl/publish
import { publish } from '@cjkihl/publish';
// Basic usage
await publish('./path/to/package');
// With options
await publish('./path/to/package', {
retries: 5,
retryDelay: 2000,
dryRun: true,
access: 'public',
tag: 'beta'
});
# Basic usage
publish ./path/to/package
# With options
publish ./path/to/package --dry-run --tag beta
Option | Type | Default | Description |
---|---|---|---|
retries | number | 3 | Number of retry attempts if publish fails |
retryDelay | number | 1000 | Initial delay between retries in milliseconds |
dryRun | boolean | false | Run in dry-run mode without actually publishing |
access | 'public' | 'restricted' | 'public' | Package access level |
tag | string | 'latest' | Distribution tag to publish to |
MIT © @cjkihl
FAQs
Smart package publishing tool
We found that @cjkihl/publish 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.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.