Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
@finnair/v-validation-luxon
Advanced tools
@finnair/v-validation-luxon
is an extension to @finnair/v-validation
.
Vluxon
extension uses custom wrapper types for Luxon DateTime to support full JSON roundtrip with strict validation.
Documentation for v-validation
.
Install v-validation using yarn
:
yarn add @finnair/v-validation-luxon
Or npm
:
npm install @finnair/v-validation-luxon
validateLuxon
functions can be used to build custom DateTime validators/converters
by supplying a RegExp pattern and a wrapper class (subclass of LuxonDateTime).
The wrapper class should guarantee proper toJSON()
and other required properties
for the type (e.g. timezone handling).
Time zone 00:00 is serialized as Z
.
Vluxon . | 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 | Luxon Duration with pattern validation. |
FAQs
Luxon validators
The npm package @finnair/v-validation-luxon receives a total of 104 weekly downloads. As such, @finnair/v-validation-luxon popularity was classified as not popular.
We found that @finnair/v-validation-luxon 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.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.