Socket
Socket
Sign inDemoInstall

@types/validator

Package Overview
Dependencies
Maintainers
1
Versions
82
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.7.15 to 13.7.16

4

validator/index.d.ts

@@ -1151,5 +1151,5 @@ // Type definitions for validator.js 13.7

type UUIDVersion = 3 | 4 | 5 | '3' | '4' | '5' | 'all';
type UUIDVersion = '1' | '2' | '3' | '4' | '5' | 'all' | 1 | 2 | 3 | 4 | 5;
/**
* Check if the string is a UUID (version 3, 4 or 5).
* Check if the string is a UUID (version 1, 2, 3, 4 or 5).
*

@@ -1156,0 +1156,0 @@ * @param [version="all"] - UUID version

{
"name": "@types/validator",
"version": "13.7.15",
"version": "13.7.16",
"description": "TypeScript definitions for validator.js",

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

"dependencies": {},
"typesPublisherContentHash": "66766b07522366ca074ab408c9167e1828aa6811c2f55c3cd6eea87593122e8a",
"typesPublisherContentHash": "b265b7a9db33d7ccf0a30ad1ce6493856932ae1bd0d64afdaaa92a7df41400e2",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Thu, 13 Apr 2023 19:32:45 GMT
* Last updated: Sat, 06 May 2023 21:02:47 GMT
* Dependencies: none

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc