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.7
to
13.15.8
+4
-2
validator/index.d.ts

@@ -292,5 +292,7 @@ import * as _isBoolean from "./lib/isBoolean";

*
* @param [options] - Options
* @param [optionsOrMin] - Options, or the minimum byte length allowed.
* @param [max] - The maximum byte length allowed.
*/
export function isByteLength(str: string, options?: IsByteLengthOptions): boolean;
export function isByteLength(str: string, optionsOrMin?: number | IsByteLengthOptions): boolean;
export function isByteLength(str: string, min: number, max: number): boolean;

@@ -297,0 +299,0 @@ export interface IsCreditCardOptions {

{
"name": "@types/validator",
"version": "13.15.7",
"version": "13.15.8",
"description": "TypeScript definitions for validator",

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

"peerDependencies": {},
"typesPublisherContentHash": "6ed5a20b039f32c27a1b49f6a95ac35c36721edaa160bcbe565597de25e90ebe",
"typesPublisherContentHash": "d659993453af71a9bad600583856a671fb8d2805050b080c0f29e60867f50993",
"typeScriptVersion": "5.2"
}

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

### Additional Details
* Last updated: Wed, 12 Nov 2025 11:02:23 GMT
* Last updated: Wed, 12 Nov 2025 18:39:33 GMT
* Dependencies: none

@@ -14,0 +14,0 @@