Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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 6.2.1 to 6.2.2

2

validator/index.d.ts

@@ -159,3 +159,3 @@ // Type definitions for validator.js v6.2

// check if the string is a UUID. Must be one of ['3', '4', '5', 'all'], default is all.
isUUID(str: string, version?: string | number): boolean;
isUUID(str: string, version?: 3|4|5|"3"|"4"|"5"|"all"): boolean;

@@ -162,0 +162,0 @@ // check if the string is uppercase.

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

@@ -36,4 +36,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "73995a90384baea58f26e81c7786a957ae4be5c08ed7c5d52e4a325b4f35ec1a",
"typesPublisherContentHash": "ebcb867a9512d03a21885997c14296ad03f41d67e735e1cc920f415edb6c521e",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 10 Jul 2017 19:46:47 GMT
* Last updated: Thu, 10 Aug 2017 14:02:07 GMT
* Dependencies: none

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

Sorry, the diff of this file is not supported yet

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