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.17 to 13.9.0

validator/es/lib/isISO6391.d.ts

8

validator/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for validator.js 13.7
// Type definitions for validator.js 13.9
// Project: https://github.com/validatorjs/validator.js

@@ -25,2 +25,3 @@ // Definitions by: tgfjt <https://github.com/tgfjt>

import * as _isISO4217 from './lib/isISO4217';
import * as _isISO6391 from './lib/isISO6391';
import * as _isURL from './lib/isURL';

@@ -700,2 +701,7 @@ import * as _isTaxID from './lib/isTaxID';

/**
* Check if the string is a valid [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) officially assigned language code.
*/
const isISO6391: typeof _isISO6391.default;
interface IsISO8601Options {

@@ -702,0 +708,0 @@ /**

4

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

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

"dependencies": {},
"typesPublisherContentHash": "c83a7d633a402ea78c96bd717ea8208b82095c634a019f70acb7eb439ca6588b",
"typesPublisherContentHash": "1e17647c9b7bda72ab725c8ed85bfcb8a3c08e2d5d52f5cb9d40a37d67009aa6",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Tue, 09 May 2023 21:32:51 GMT
* Last updated: Mon, 31 Jul 2023 20:32:48 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