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

stratametriq-extension

v1.4.8

Published

Architecture Intelligence & Pre-Deployment Safety in VS Code

Readme

StrataMetriq — Architecture Intelligence & Pre-Deployment Safety for VS Code

Visual Studio Marketplace Version Visual Studio Marketplace Installs

StrataMetriq helps engineering teams understand software architecture, predict the impact of code changes, and prevent risky deployments before they happen.

StrataMetriq is an enterprise-grade Visual Studio Code extension that delivers 360° Architectural Visibility, Interactive Dependency Explorer, and 13-Point Pre-Deployment Safety Auditing directly inside your editor.


🌟 Key Features

Dependency Explorer

Visualize your entire codebase architecture and how modules connect with an interactive dependency graph. Dependency Explorer

API Flow Visualizer

Automatically trace and visualize your API endpoints, routes, and their downstream data flow. API Flow Visualizer

OpenTelemetry Runtime Traffic Overlay (Live Bridge)

Bridge the gap between static AST and live production traffic. Instantly detect dead APIs (0 traffic), production latency hotspots, and undocumented shadow routes right inside your editor. OpenTelemetry Runtime Traffic

Risk Impact Analysis

Understand the downstream ripple effects of code changes before you commit. Risk Impact Analysis

Architectural Health & Complexity

Monitor your workspace health score and structural complexity over time. Architectural Health Metrics

Duplicate Logic & Circular Dependencies

Instantly detect duplicated logic and circular imports that can break your builds. Duplicate Circular Detection


🛡️ Pre-Deployment Safety Audit (13-Point Checklist)

Identify and fix critical issues before they reach production. Our live dashboards scan for:

1. Hardcoded Secrets & Credentials Secrets Dashboard

2. Active Debug Code (console.log, debugger) Debug Code Dashboard

3. Temporary Code (TEMP, HACK) Temp Code Dashboard

4. Test Data in Production Test Data Dashboard

5. Unresolved TODOs & FIXMEs TODO/FIXME Dashboard

6. Commented Out Code Blocks Commented Code Dashboard

7. Dead Code & Unused Exports Dead Code Dashboard

8. Empty Catch Blocks (Swallowed Errors) Empty Catch Dashboard

9. DevDependencies Imported in Production Dev Imports Dashboard

10. Memory Leaks (Event Listeners, Timers) Memory Leaks Dashboard

11. Insecure Cryptography Insecure Crypto Dashboard

12. SQL Injection Risks SQL Injection Dashboard

13. Cross-Site Scripting (XSS) Risks XSS Risks Dashboard


🚀 How to Install & Use

  1. Install from VS Code Marketplace:
    • Open VS Code, go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).
    • Search for StrataMetriq.
    • Click Install.
    • Alternatively, install directly from the VS Code Marketplace.
  2. Launch Dashboard:
    • Open Command Palette (Ctrl+Shift+P).
    • Type and run: StrataMetriq: Open Dashboard.

🔒 Zero Cloud Exfiltration

100% of Abstract Syntax Tree (AST) parsing and graph calculation is executed locally on your machine. Your source code never leaves your IDE.


📄 License

MIT © StrataMetriq Engineering Team