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

@homebridge-plugins/homebridge-noip

v4.1.3

Published

The No-IP plugin allows you to update your No-IP hostname(s) for your homebridge instance.

Readme

Homebridge No-IP

Installation

  1. Search for "No-IP" on the plugin screen of Homebridge Config UI X.
  2. Click Install.

Configuration

  1. Login / create an account at https://noip.com/
    • If you haven't already you can also create your No-IP hostname here as well.
  1. Type in your NoIP Username, Password, and Hostname into the Plugin Setting UI
  2. Click Save
  3. Restart Homebridge

Supported No-IP Features

  • IPv4 Update.
  • IPv6 Update.

Contributing

This project uses GitHub Copilot to help manage contributions. Before submitting issues or requesting features, please follow these guidelines:

Issue Guidelines

  1. Label Requirements: All issues must have one semantic versioning label before assignment to Copilot:

    • patch: Bug fixes (backward compatible)
    • minor: New features (backward compatible)
    • major: Breaking changes
  2. Branch Strategy: All pull requests must target beta branches first:

    • beta-X.Y.Z for specific version releases
    • beta as a fallback if no version-specific branch exists
    • Only after beta testing should changes be merged to latest
  3. Automatic Branch Creation: When issues are assigned to Copilot with proper labels, the appropriate beta branch will be automatically created if it doesn't exist.

Workflow

  1. Create an issue using the provided templates
  2. The issue will automatically be labeled based on the version impact you select
  3. Assign the issue to @copilot
  4. Copilot will create the appropriate beta branch if needed
  5. Copilot will create a pull request targeting the beta branch
  6. After review and testing, changes will be merged to the beta branch
  7. Once ready, beta changes will be promoted to the latest branch for release