Socket
Socket
Sign inDemoInstall

@types/validator

Package Overview
Dependencies
0
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.6.4 to 13.6.5

6

validator/index.d.ts

@@ -457,2 +457,8 @@ // Type definitions for validator.js 13.6

domain_specific_validation?: boolean | undefined;
/**
* If host_blacklist is set to an array of strings
* and the part of the email after the @ symbol matches one of the strings defined in it,
* the validation fails.
*/
host_blacklist?: string[] | undefined;
}

@@ -459,0 +465,0 @@

4

validator/package.json
{
"name": "@types/validator",
"version": "13.6.4",
"version": "13.6.5",
"description": "TypeScript definitions for validator.js",

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

"dependencies": {},
"typesPublisherContentHash": "1eb19ab450b4c4e96df9233c07575c734d414b6c8d3a1d5a194151ac425c77be",
"typesPublisherContentHash": "588ac99d7a943ee812ec7f8903bf60b1a8f70a27a007fd5fd331665359ef6428",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Wed, 20 Oct 2021 04:01:17 GMT
* Last updated: Sat, 23 Oct 2021 11:01:20 GMT
* Dependencies: none

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc