mongoose-soft-delete-ex
Version:
Mongoose soft delete adding timestamp, overwriting the methods 'count, find, findOne, indOneAndUpdate, update' and adding the method 'restore'
20 lines (19 loc) • 518 B
JSON
{
"name": "mongoose-soft-delete-ex",
"version": "1.0.3",
"description": "Mongoose soft delete adding timestamp, overwriting the methods 'count, find, findOne, indOneAndUpdate, update' and adding the method 'restore'",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mongoose",
"soft",
"delete",
"overwriting",
"methods",
"restore"
],
"author": "Edward Paulino Xuluc Chulim",
"license": "MIT"
}