
Security News
PyPI Expands Trusted Publishing to GitLab Self-Managed as Adoption Passes 25 Percent
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads
is.valid.mongo
Advanced tools
extends is.valid lib and add validation rules that are specific to mongo db objects.
Extend is.valid library to validate objects that are saved to Mongo DB Server
Install from npm
npm install is.valid.mongo --save
Refer to is.valid documentation to see how to use the lib and a list of supported validation methods
exists[collection_name.field]: validates that there is at least one document in a certain collection that has the value supplied in the field selected.
unique[collection_name.field]: validates that the documents in a certain collection have never seen the value supplied in the field selected.
uniqueExcept[collection_name.field.another_field.another_value]: validates that the documents in a certain collection have never seen the value supplied in the field selected excluding documents that match the condition (another_field = another_value).
FAQs
extends is.valid lib and add validation rules that are specific to mongo db objects.
We found that is.valid.mongo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.