reserved-usernames

List of reserved usernames to prevent URL collision with resource paths

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
reserved-usernames
1.1.65 years ago8 years agoMinified + gzip package size for reserved-usernames in KB

Readme

reserved-usernames npm version
List of reserved usernames to prevent URL collision with resource paths.
Credit: shouldbee/reserved-usernames.

Installation

npm install --save reserved-usernames

Example

var usernames = require('reserved-usernames');

console.log(usernames.indexOf('admin') !== -1); // => true

License

MIT