1.1.6 • Published 5 years ago

reserved-usernames v1.1.6

Weekly downloads
958
License
MIT
Repository
github
Last release
5 years ago

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