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.5 to 13.7.6

7

validator/index.d.ts

@@ -1067,3 +1067,8 @@ // Type definitions for validator.js 13.7

}
function isStrongPassword(str: string, options?: strongPasswordOptions): boolean;
function isStrongPassword(
str: string,
options?: strongPasswordOptions & { returnScore: false | undefined },
): boolean;
function isStrongPassword(str: string, options?: strongPasswordOptions & { returnScore: true }): number;
/**

@@ -1070,0 +1075,0 @@ * Check if the string contains any surrogate pairs chars.

4

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

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

"dependencies": {},
"typesPublisherContentHash": "b141ea6e548edb22ff82465c923418efd1a53aaffd774844045f441199c73756",
"typesPublisherContentHash": "4c47d1d53cb5687c870867249f39d1946cda588a4865bfe3790e42fef2902251",
"typeScriptVersion": "4.0"
}

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

### Additional Details
* Last updated: Thu, 04 Aug 2022 22:02:20 GMT
* Last updated: Sat, 27 Aug 2022 14:43:05 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