0.2.0 • Published 7 years ago

mongoose-useraudit-plugin v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Mongoose User Audit Plugin

It adds createdBy and updatedBy properties to the schema.

Installation

npm install mongoose-useraudit-plugin

Usage

  1. Add to a Mongoose schema.
userSchema.plugin(require('mongoose-useraudit-plugin'));
## License

Mongoose User Audit Plugin is released under the MIT license.