@types/validator
Advanced tools
@@ -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 @@ |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
81658
0.24%2776
0.07%