190 skills found · Page 1 of 7
saintedlama / Passport Local MongoosePassport-Local Mongoose is a Mongoose plugin that simplifies building username and password login with Passport
bnoguchi / Mongoose AuthUser authentication plugin for mongoose nodejs orm
mongoose-unique-validator / Mongoose Unique Validatormongoose-unique-validator is a plugin which adds pre-save validation for unique fields within a Mongoose schema.
buunguyen / Mongoose Deep PopulateMongoose plugin to enable deep population of nested models ⛺
LearnBoost / Express MongoosePlugin for easy rendering of Mongoose async Query results.
dsanel / Mongoose DeleteMongoose Soft Delete Plugin
tblobaum / Mongoose Troopplugins for your mongoose schemas.
joegoldbeck / Mongoose EncryptionSimple encryption and authentication plugin for Mongoose
drudge / Mongoose FindorcreateSimple plugin for Mongoose which adds a findOrCreate method to models.
saintedlama / Mongoose VersionMongoose plugin to save document data versions. Documents are saved to a "versioned" document collection before saving original documents and kept for later use.
VassilisPallas / Mongoose Fuzzy SearchingMongoose Fuzzy Searching Plugin
sabymike / Mongoose RelationshipMongoose plugin to create maintain one-many and many-many bidirectional relationships between two entities
matteodelabre / Mongoose Beautiful Unique ValidationPlugin for Mongoose that turns duplicate errors into regular Mongoose validation errors
heapsource / Mongoose AttachmentsAttachments Plugin for Mongoose.js with Support for ImageMagick Styles and Multiple Storage Backends
groupdock / Mongoose Nested SetA mongoose plugin implementing the nested set pattern for mongoose models
codepunkt / Mongoose Patch HistoryMongoose plugin that saves a history of JSON patch operations for all documents belonging to a schema in an associated 'patches' collection
fzaninotto / Mongoose LifecyclePlugin for Mongoose (Node.js ODM for MongoDB) adding lifecyle events on the model class
briankircho / Mongoose Treemongoose plugin for tree hierarchy using the materialized path strategy
jbdemonte / Mongoose Elasticsearch XpA mongoose plugin that indexes models into Elasticsearch 2 / 5 / 6 and 7
mblarsen / Mongoose HiddenA Mongoose schema plugin for filtering properties you usually do not want to sent client-side like passwords and IDs.