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.3 to 13.7.4

5

validator/lib/isEmail.d.ts

@@ -51,2 +51,7 @@ export interface IsEmailOptions {

host_blacklist?: string[] | undefined;
/**
* If blacklisted_chars receives a string, then the validator will reject emails that include
* any of the characters in the string, in the name part.
*/
blacklisted_chars?: string | undefined;
}

@@ -53,0 +58,0 @@

6

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

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

"dependencies": {},
"typesPublisherContentHash": "b820a3b7b5c9a70366a69845e1795936940819591c241021cbdcf70243afb46a",
"typeScriptVersion": "3.9"
"typesPublisherContentHash": "ba1583abfd939801858b702514cd063a13f7a7e4f82a2424ef96bcdea8caaa7c",
"typeScriptVersion": "4.0"
}

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

### Additional Details
* Last updated: Sun, 05 Jun 2022 17:31:32 GMT
* Last updated: Sun, 03 Jul 2022 20:02:18 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