npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

smart-deps

v3.2.11

Published

Smart dependency analyzer and updater for modern projects

Readme

Smart-Deps 🔍

A modern, intelligent dependency analyzer and updater for JavaScript/TypeScript projects. Smart-Deps helps you maintain healthy dependencies with advanced analysis, security checks, and automated updates.

NPM Version License Build Status TypeScript

Features

Free Features ✨

  • 📊 Basic dependency analysis
  • 🔄 Update checking
  • 📝 Simple dependency listing
  • 🛡️ Basic security alerts
  • 🎨 Beautiful CLI interface

Premium Features 💎

  • 🔍 Deep dependency analysis
  • 🔒 Advanced vulnerability scanning
  • 🚀 Automated updates with conflict resolution
  • 📖 License compatibility checking
  • 📈 Performance impact assessment
  • ⚙️ Custom update policies
  • 👥 Team collaboration tools
  • 🔄 CI/CD integration
  • 💬 Priority support

Installation

npm install -g smart-deps

🚀 Quick Start

Basic Features (Free)

# Install globally
npm install -g smart-deps

# Run basic dependency analysis
smart-deps analyze

# Upgrade dependencies interactively
smart-deps upgrade --interactive

# Check for basic security issues
smart-deps audit

Premium Features

# Run deep dependency analysis
smart-deps analyze --deep --licenses

# Comprehensive security audit
smart-deps audit --deep --ci

# Auto-fix dependency conflicts
smart-deps fix --auto

# Generate detailed reports
smart-deps report --full

🌟 Get Premium Access

✨ Premium Benefits

Requirements

  • Node.js >= 16.x
  • npm >= 7.x

Documentation

For detailed documentation, visit our Documentation.

Development Setup

# Clone the repository
git clone https://github.com/happyvibess/smart-deps.git
cd smart-deps

# Install dependencies
npm install

# Build the project
npm run build

# Run tests
npm test

Contributing

We welcome contributions! Here's how you can help:

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/my-feature
  3. Commit your changes: git commit -am 'Add new feature'
  4. Push to the branch: git push origin feature/my-feature
  5. Submit a pull request

Please ensure your PR adheres to:

  • Consistent code style
  • Proper test coverage
  • Clear documentation updates

Support

  • 📚 Documentation: Check our docs
  • 🐛 Bug Reports: GitHub Issues
  • 💬 Premium Support: Available after upgrade
  • 📧 Email Support: Available for premium users

Version Compatibility

| Smart-Deps Version | Node.js Version | npm Version | |-------------------|-----------------|-------------| | 3.x | >= 16.x | >= 7.x | | 2.x | >= 14.x | >= 6.x | | 1.x | >= 12.x | >= 6.x |

License

MIT © happyvibess