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.11.2 to 13.11.3

6

validator/lib/isEmail.d.ts

@@ -52,2 +52,8 @@ export interface IsEmailOptions {

/**
* If host_whitelist is set to an array of strings
* and the part of the email after the @ symbol matches none of the strings defined in it,
* the validation fails.
*/
host_whitelist?: string[] | undefined;
/**
* If blacklisted_chars receives a string, then the validator will reject emails that include

@@ -54,0 +60,0 @@ * any of the characters in the string, in the name part.

4

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

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

"dependencies": {},
"typesPublisherContentHash": "7f1d5d197daec5721be49f8ed3c3e2c313f23870b34f7e85b40a2c86c23a2906",
"typesPublisherContentHash": "7ba98071015a9d47a0f730aad4d4e5577f1ccde8cbbdf4f62db64d1e956de150",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 26 Sep 2023 10:06:28 GMT
* Last updated: Fri, 13 Oct 2023 13:35:22 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