Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

joi-tz

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joi-tz

Timezone string validation for Joi 16.x or higher.

latest
Source
npmnpm
Version
5.0.1
Version published
Weekly downloads
1.9K
-16.47%
Maintainers
1
Weekly downloads
 
Created
Source

joi-tz - Joi Timezone Validation

npm version License: MIT CircleCI Coverage Status Known Vulnerabilities FOSSA Status

Provides a Joi rule to validate IANA timezone strings (eg. Europe/London, America/New_York, Etc/GMT-8) using luxon.

Joi-tz supports and is tested against Joi 16.x or higher.

This project is forked from joi-timezone (unmaintained). That project remains functional for Joi 9.x-15.x.

Installation:

npm: npm install joi-tz

yarn: yarn add joi-tz

Usage

import BaseJoi from 'joi';
import JoiTimezone from 'joi-tz';

const Joi = BaseJoi.extend(JoiTimezone);

Joi.timezone().validate('Australia/Darwin');
// returns {value: 'Australia/Darwin'}

Compatibility

This library is tested for compatibility, and contains peer dependencies with the following versions.

Version@hapi/joi 16.xjoi 16.xjoi 17.xTimezone Database
5.0.1Luxon 3.5.x
5.0.0Luxon 3.4.x
4.1.1Moment-Timezone 0.5.x
4.1.0Moment-Timezone 0.5.x
4.0.2Moment-Timezone 0.5.x

License

FOSSA Status

Keywords

joi

FAQs

Package last updated on 01 Dec 2024

Did you know?

Socket

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.

Install

Related posts