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

@masterson_alec/common_server

v1.15.4

Published

common_server

Downloads

144

Readme

common_server

Release Notes

v.1.15.4

  • add support for DataTypes.ARRAY attributes with updating

v1.15.3

  • add custom isDateRange property to model attributes

v1.15.2

  • add update_model function to DatabaseUtil module

v1.15.1

  • add POST route for filtered selection of DB models

v1.15.0

  • add bulk creation of Models via new create/bulk endpoint

v1.14.0

  • feature - add stream_rows function to ExcelUtil

v1.13.2

  • bugfix - fix model routing not being set

v1.13.1

  • bugfix - fix UserRouter validation

1.13.0

  • feature - add User database model and routing

1.12.3

  • bugfix - prevent model router if QueryTypes is empty

v1.12.2

  • bugfix - fix model attribute initialization

v1.12.1

  • feature - expose server/database objects

v1.12.0

  • feature - combine server/database creation and starting

v1.11.0

  • feature - automatically configure Models and Routes when creating DB

v1.10.0

  • development - allow authenticated user via env variable in DEV

v1.9.0

  • Added create_router util function for models.

v1.8.X

v1.8.2

  • Bugfix with Cors dependency.

v1.8.1

  • Removed expiration from CachingService.

v1.8.0

  • Added reset_cache function to CachingService.
  • Removed default export from CachingService.

v1.7.X

v1.7.1

  • expose package express-validator

v1.7.0

  • allow default value in ExcelUtil column retrieval

v1.6.X

v1.6.3

  • update package-lock.json file

v1.6.2

  • force CachingService to return JSON

v1.6.1

  • remove unnecessary logging

v1.6.0

  • add CachingService

v1.5.X

v1.5.4

  • disable authentication middleware when not in production

v1.5.3

  • fix Google authentication initialization when disabled

v1.5.2

  • remove .env file from Docker

v1.5.1

  • remove development dependencies from Docker

v1.5.0

  • add "nodemon" support for development

v1.4.X

v1.4.0

  • add basic Docker implementation

v1.3.X

v1.3.0

  • remove "frontendDir" from CreateApp props

v1.2.X

v1.2.1

  • fix Google authentication callback
  • fix Router pathing bug

v1.2.0

  • move API auth endpoints to "/api/auth/"
  • improve Router path joining

v1.1.X

v1.1.0

  • remove "frontendEndpoint" from CreateApp props

v1.0.X

v1.0.3

  • fix frontend static pathing in production mode

v1.0.2

  • require account selection with Google authentication

v1.0.1

  • fix closing of session