@types/validator
Advanced tools
@@ -56,3 +56,3 @@ export interface IsEmailOptions { | ||
| */ | ||
| host_blacklist?: string[] | undefined; | ||
| host_blacklist?: Array<string | RegExp> | undefined; | ||
| /** | ||
@@ -63,3 +63,3 @@ * If host_whitelist is set to an array of strings | ||
| */ | ||
| host_whitelist?: string[] | undefined; | ||
| host_whitelist?: Array<string | RegExp> | undefined; | ||
| /** | ||
@@ -66,0 +66,0 @@ * If blacklisted_chars receives a string, then the validator will reject emails that include |
| { | ||
| "name": "@types/validator", | ||
| "version": "13.15.3", | ||
| "version": "13.15.4", | ||
| "description": "TypeScript definitions for validator", | ||
@@ -89,4 +89,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/validator", | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "c856acaf4de540314ae857f4aa68b1528688272548e16906e5a5f5a25bd742d2", | ||
| "typesPublisherContentHash": "4ba6d4a869dff414b8a1bf1375403c45ca0eec4352eaa63773e3b6a16071d6c6", | ||
| "typeScriptVersion": "5.2" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Wed, 03 Sep 2025 06:39:39 GMT | ||
| * Last updated: Mon, 27 Oct 2025 23:02:29 GMT | ||
| * Dependencies: none | ||
@@ -14,0 +14,0 @@ |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
75965
0.04%