3.1.0 • Published 3 years ago

jsonotron-core-format-validators v3.1.0

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

Jsonotron Core Format Validators

A library of format validators for the Jsonotron system.

npm.io npm JavaScript Style Guide

This library is intended for use with the Jsonotron system.

Available format validators:

NameDescription
jsonotron-local-date-timeValidates dates and times that are based on a local time-zone in the form YYYY-MM-DDTHH:mm:ssZZ. This format must include a +/- xx:xx timezone offset and not end with 'z' or Z.
jsonotron-luhnValidates credit-card numbers.
jsonotron-utc-date-timeValidates dates and times that are based on universal co-ordinated time in the form YYYY-MM-DDTHH:mm:ssZ. This format must not include a timezone offset and instead will end with a Z.

Installation

npm install jsonotron-core-format-validators --save

Development

Code base adheres to the rules chosen by https://standardjs.com/. Code is formatted with 2 spaces.

Tests are written using Jest with 100% coverage.

npm test

Continuous Integration and Deployment

Any pushes or pull-requests on non-master branches will trigger the test runner.

Any pushes to master will cause the library to be re-published.

3.1.0

3 years ago

3.0.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago