Socket
Socket
Sign inDemoInstall

@types/validator

Package Overview
Dependencies
0
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.6.5 to 13.6.6

41

validator/index.d.ts

@@ -865,6 +865,9 @@ // Type definitions for validator.js 13.6

type MobilePhoneLocale =
type MobilePhoneLocale = PhoneLocale | PhoneLocaleAlias;
type PhoneLocale =
| 'am-AM'
| 'ar-AE'
| 'ar-BH'
| 'ar-DZ'
| 'ar-LB'
| 'ar-EG'

@@ -874,8 +877,14 @@ | 'ar-IQ'

| 'ar-KW'
| 'ar-LY'
| 'ar-MA'
| 'ar-OM'
| 'ar-SA'
| 'ar-SY'
| 'ar-TN'
| 'az-AZ'
| 'bs-BA'
| 'be-BY'
| 'bg-BG'
| 'bn-BD'
| 'ca-AD'
| 'cs-CZ'

@@ -885,2 +894,4 @@ | 'da-DK'

| 'de-AT'
| 'de-CH'
| 'de-LU'
| 'el-GR'

@@ -892,2 +903,3 @@ | 'en-AU'

| 'en-HK'
| 'en-MO'
| 'en-IE'

@@ -901,4 +913,6 @@ | 'en-IN'

| 'en-PK'
| 'en-PH'
| 'en-RW'
| 'en-SG'
| 'en-SL'
| 'en-TZ'

@@ -909,4 +923,13 @@ | 'en-UG'

| 'en-ZM'
| 'en-ZW'
| 'es-AR'
| 'es-BO'
| 'es-CO'
| 'es-CL'
| 'es-CR'
| 'es-DO'
| 'es-HN'
| 'es-EC'
| 'es-ES'
| 'es-PE'
| 'es-MX'

@@ -916,2 +939,3 @@ | 'es-PA'

| 'es-UY'
| 'es-VE'
| 'et-EE'

@@ -931,3 +955,5 @@ | 'fa-IR'

| 'it-IT'
| 'it-SM'
| 'ja-JP'
| 'ka-GE'
| 'kk-KZ'

@@ -937,4 +963,7 @@ | 'kl-GL'

| 'lt-LT'
| 'lv-LV'
| 'ms-MY'
| 'mz-MZ'
| 'nb-NO'
| 'ne-NP'
| 'nl-BE'

@@ -946,6 +975,9 @@ | 'nl-NL'

| 'pt-PT'
| 'pt-AO'
| 'ro-RO'
| 'ru-RU'
| 'si-LK'
| 'sl-SI'
| 'sk-SK'
| 'sq-AL'
| 'sr-RS'

@@ -956,8 +988,7 @@ | 'sv-SE'

| 'uk-UA'
| 'uz-UZ'
| 'vi-VN'
| 'zh-CN'
| 'zh-TW'
| 'en-CA'
| 'fr-BE'
| 'zh-HK';
| 'zh-TW';
type PhoneLocaleAlias = 'en-CA' | 'fr-CA' | 'fr-BE' | 'zh-HK' | 'zh-MO' | 'ga-IE' | 'fr-CH' | 'it-CH';

@@ -964,0 +995,0 @@ const isMobilePhoneLocales: MobilePhoneLocale[];

4

validator/package.json
{
"name": "@types/validator",
"version": "13.6.5",
"version": "13.6.6",
"description": "TypeScript definitions for validator.js",

@@ -78,4 +78,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/validator",

"dependencies": {},
"typesPublisherContentHash": "588ac99d7a943ee812ec7f8903bf60b1a8f70a27a007fd5fd331665359ef6428",
"typesPublisherContentHash": "70ab66c12122225bf00abbfe2be703c520e8dfc33db82a9e04070ed9d314f820",
"typeScriptVersion": "3.7"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sat, 23 Oct 2021 11:01:20 GMT
* Last updated: Fri, 29 Oct 2021 21:31:21 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `validator`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc