Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@types/validator

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/validator - npm Package Compare versions

Comparing version
13.15.3
to
13.15.4
+2
-2
validator/lib/isEmail.d.ts

@@ -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 @@