Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeibberson/mongoose-field-lock
Mongoose plugin for field locking
https://github.com/mikeibberson/mongoose-field-lock
Last synced: 19 days ago
JSON representation
Mongoose plugin for field locking
- Host: GitHub
- URL: https://github.com/mikeibberson/mongoose-field-lock
- Owner: MikeIbberson
- License: mit
- Created: 2019-11-29T08:27:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:50:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T12:15:57.552Z (about 1 month ago)
- Language: JavaScript
- Size: 1.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🔓 Mongoose field lock plugin
This packages disallows properties from being updated once set.
``` Javascript
// coming soon
```