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 9.4.3 to 9.4.4

7

validator/index.d.ts

@@ -86,3 +86,3 @@ // Type definitions for validator.js v9.4

// check if the string has a length of zero.
isEmpty(str: string): boolean;
isEmpty(str: string, options?: IsEmptyOptions): boolean;

@@ -314,2 +314,7 @@ // check if the string is a fully qualified domain name (e.g. domain.com).

// options for isEmpty
interface IsEmptyOptions {
ignore_whitespace?: boolean;
}
// options for isFQDN

@@ -316,0 +321,0 @@ interface IsFQDNOptions {

4

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

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

"dependencies": {},
"typesPublisherContentHash": "cded29d7b2a9b6931a58b9e83956e5efaaa7efeec6df1f06ce6161dee7baf1b9",
"typesPublisherContentHash": "1de4b7b7caf2bf7143cb03199c89c3853d9919ad6b4de387c410fa1fe64b133c",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 15 Nov 2018 02:47:17 GMT
* Last updated: Thu, 13 Dec 2018 05:06:43 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