Security News
UK Officials Consider Banning Ransomware Payments from Public Entities
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
@finnair/v-validation-moment
Advanced tools
@finnair/v-validation-moment
is an extension to @finnair/v-validation
.
Vmoment
extension uses custom Moment extensions to support full JSON roundtrip with strict validation.
Documentation for v-validation
.
Install v-validation using yarn
:
yarn add @finnair/v-validation-moment
Or npm
:
npm install @finnair/v-validation-moment
MomentValidator
can be used to build custom Moment validators/converters by supplying a parse function. However, Moment instances always serialize to JSON
in full date-time format. V
supports Moment extensions that requires an exact input format and also serialize to JSON using that same format.
Time zone 00:00 is serialized as Z
.
Vmoment. | Format | Description |
---|---|---|
date | YYYY-MM-DD | Local date. |
dateUtc | YYYY-MM-DD | Date in UTC time zone. |
dateTime | YYYY-MM-DDTHH:mm:ssZ | Date and time in local (parsed) time zone. |
dateTimeUtc | YYYY-MM-DDTHH:mm:ssZ | Date and time in UTC time zone. |
dateTimeMillis | YYYY-MM-DDTHH:mm:ss.SSSZ | Date and time with millis in local (parsed) time zone. |
dateTimeMillisUtc | YYYY-MM-DDTHH:mm:ss.SSSZ | Date and time with millis in UTC time zone. |
time | HH:mm:ss | Local time. |
duration | ISO 8601 Duration | moment.duration with pattern validation. |
FAQs
Moment validators
The npm package @finnair/v-validation-moment receives a total of 125 weekly downloads. As such, @finnair/v-validation-moment popularity was classified as not popular.
We found that @finnair/v-validation-moment demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.