
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
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.
npm: npm install joi-tz
yarn: yarn add joi-tz
import BaseJoi from 'joi';
import JoiTimezone from 'joi-tz';
const Joi = BaseJoi.extend(JoiTimezone);
Joi.timezone().validate('Australia/Darwin');
// returns {value: 'Australia/Darwin'}
This library is tested for compatibility, and contains peer dependencies with the following versions.
Version | @hapi/joi 16.x | joi 16.x | joi 17.x | Timezone Database |
---|---|---|---|---|
5.0.1 | ✅ | ✅ | Luxon 3.5.x | |
5.0.0 | ✅ | ✅ | Luxon 3.4.x | |
4.1.1 | ✅ | ✅ | Moment-Timezone 0.5.x | |
4.1.0 | ✅ | ✅ | Moment-Timezone 0.5.x | |
4.0.2 | ✅ | Moment-Timezone 0.5.x |
FAQs
Timezone string validation for Joi 16.x or higher.
The npm package joi-tz receives a total of 1,814 weekly downloads. As such, joi-tz popularity was classified as popular.
We found that joi-tz demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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 uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.