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.1.2 to 13.1.3

11

validator/index.d.ts

@@ -183,6 +183,15 @@ // Type definitions for validator.js 13.1

interface IsBase64Options {
/**
* @default false
*/
urlSafe?: boolean;
}
/**
* Check if a string is base64 encoded.
*
* @param [options] - Options
*/
function isBase64(str: string): boolean;
function isBase64(str: string, options?: IsBase64Options): boolean;

@@ -189,0 +198,0 @@ /**

4

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

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

"dependencies": {},
"typesPublisherContentHash": "4ebbb8bfdf6ec014ee72b7a487e2e5dc7d62ad8c56f7dbedab8fc0fc20a1d090",
"typesPublisherContentHash": "83205963cb30cc9e9e882cd60c5ef89f04712ae1f7202d905561eefca84a7860",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Fri, 25 Dec 2020 14:46:50 GMT
* Last updated: Sun, 10 Jan 2021 21:12:49 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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