Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
waterline-custom-validations
Advanced tools
Library to help build validation messages that mimic the structure of waterline validation messages
Library to help build validation messages that mimic the structure of waterline 0.10 validation messages.
This can be useful if you are already using waterline, and don't want to have to translate their structure into some other arbitrary structure.
The waterline validation error format is:
{
invalidAttributes: {
fieldName1: [
{ rule: 'someRuleName', message: 'some friendly rule message' },
{ rule: 'anotherRuleName', message: 'another friendly rule message' }
],
fieldName2: [
{ rule: 'someRuleName', message: 'some friendly rule message' }
]
}
}
actual waterline objects have a lot more properties/fields than this, as well as backwards compatibility for Sails 0.9x validation messages that use the ValidationError
property to hold the validation errors. To see a full implementation of the waterline validation errors, see the WLValidationError source in Waterline
To run the tests, clone the repo, then
npm install
npm test
You can also get code coverage on the tests by running
npm run cover
To contribute, see CONTRIBUTING.md
MIT
1.0.1 - 2014-10-24
FAQs
Library to help build validation messages that mimic the structure of waterline validation messages
The npm package waterline-custom-validations receives a total of 0 weekly downloads. As such, waterline-custom-validations popularity was classified as not popular.
We found that waterline-custom-validations 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.