Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
aurelia-validation
Advanced tools
A validation plugin for Aurelia that uses a fluent API.
this.validation = validation.on(this)
.ensure('awesomeLevel')
.isGreaterThan(9000)
.ensure('readMe')
.isNotEmpty()
.hasMinLength(5)
.ensure('usage')
.isEqualTo('simple');
To keep up to date on Aurelia, please visit and subscribe to the official blog. If you have questions, we invite you to join us on our Gitter Channel.
##Documentation Important note: both the documentation and the samples reflect the latest version of the sources, not the latest released version! Watch the live samples. (Work-in-progress)
This library isn't used by Aurelia. It is an optional plugin.
This library can be used in the browser.
To build the code, follow these steps.
Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
From the project folder, execute the following command:
npm install
Ensure that Gulp is installed. If you need to install it, use the following command:
npm install -g gulp
To build the code, you can now run:
gulp build
You will find the compiled code in the dist
folder, available in three module formats: AMD, CommonJS and ES6.
See gulpfile.js
for other tasks related to generating the docs and linting.
To run the unit tests, first ensure that you have followed the steps above in order to install all dependencies and successfully build the library. Once you have done that, proceed with these additional steps:
Ensure that the Karma CLI is installed. If you need to install it, use the following command:
npm install -g karma-cli
Ensure that jspm is installed. If you need to install it, use the following commnand:
npm install -g jspm
Install the client-side dependencies with jspm:
jspm install
You can now run the tests with this command:
karma start
FAQs
Validation for Aurelia applications
The npm package aurelia-validation receives a total of 5,431 weekly downloads. As such, aurelia-validation popularity was classified as popular.
We found that aurelia-validation demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.