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

validate-functions

v1.4.0

Published

A library containing various validation functions.

Readme

validate-functions

The validate-functions package provides a set of utility functions for validating common identification numbers and formats.

Installation

To install the package, use npm:

npm install validate-functions

More usage details are available here.

Features

This package includes various categorised validators which can be helppful for various developments.

Identification and Financial Numbers:

  1. Credit Card Number: Validate using the Luhn algorithm.
  2. Passport Number: Support formats for multiple countries.
  3. Aadhaar: Validites Indian Identity numbers using specific patterns.
  4. TIN/EIN: Validate Taxpayer Identification Number (TIN) or Employer Identification Number (EIN).

Contact Information:

  1. Postal/ZIP Code: Validate based on country-specific formats. It supports top 25 countries based on ISO 3166-1 alpha-2 codes namely: US, CN, IN, ID, PK, BR, NG, BD, RU, MX, JP, ET, PH, EG, VN, CD, TR, IR, DE, TH, GB, FR, IT, TZ, ZA.

Personal Information:

  1. Email: Validate email addresses which conform to standard formats.

Internet/Network:

  1. IP Address: Validate IPv4 and IPv6 formats.
  2. URL: Validate structure and it supports URLs with and without protocols, and it handles query parameters and fragments.
  3. MAC Address: Validate for networking hardware.

Document Validation:

  1. PAN (Permanent Account Number): For Indian tax records.
  2. Social Security Number (SSN): Validates U.S. Social Security Numbers based on predefined rules.
  3. Social Insurance Number (SIN): For Canada or equivalent in other countries.

Formats and Patterns:

  1. File Extensions: Validate file names/extensions (e.g., .jpg, .pdf).

Additional Utility:

  1. Hex Color Codes: Validate #RRGGBB or #RGB color formats.
  2. EAN/UPC: Validate international product codes.
  3. Base64: Validate for Base64 encoded string.