Packages 25
Description
Password strength testing made simple.
Publisher
Description
Allows deep cloning of plain objects that contain primitives, nested plain objects, or nested plain arrays.
Publisher
Description
A simple utility to repeat a function until a truthy value is encountered.
Publisher
Description
A utility that checks for and runs an update script if one is found on boot.
Publisher
Description
Schema Builder takes a short-hand JSON schema and converts it into a verbose Mongoose schema.
Publisher
Description
A set of simple utilities for copying, merging and manipulating plain objects.
Publisher
Description
Migrates MongoDB data from an old schema to a new schema.
Publisher
Description
Prepares, connects and manages the database connection using Mongoose, and provides various utility methods.
Publisher
Description
A handy library for creating custom error constructors that work across async boundaries in Node.js.
Publisher
Description
Converts a string representation of a bool into a Boolean value.
Publisher
Description
Inlines css into html source. Added support for Node 4.x and io.js.
Publisher
Description
ESLint config used by Settled.co.uk. Based on AirBnB's implementation.
Publisher
Description
A simple supervisor utility which monitors the status of your Node app, streams the console output somewhere, notifies an endpoint, and restarts your app on failure or source code change.
Publisher
Description
Provides an API for internal logging to the console and various streams.
Publisher
Description
Quickly compile Express.js routes with minimal code.
Publisher
Description
Quickly create MD5 hashes encoded as base64 strings.
Publisher
Description
A simple helper module to help with calling an endpoint and returning some data.
Publisher
Description
A shorthand helper function for the pattern: const x = (typeof y !== 'undefined' ? y : 'default-value');