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.2 to 9.4.3

7

validator/index.d.ts

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

// check if the string is a valid ISO 8601 (https://en.wikipedia.org/wiki/ISO_8601) date.
isISO8601(str: string): boolean;
isISO8601(str: string, options?: IsISO8601Options): boolean;

@@ -345,2 +345,7 @@ // check if the string is a valid ISO 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) officially assigned

// options for isISO8601
interface IsISO8601Options {
strict?: boolean;
}
// options for IsLength

@@ -347,0 +352,0 @@ interface IsLengthOptions {

5

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

@@ -49,2 +49,3 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {

@@ -56,4 +57,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "10e40b96f5369ffb3bea1b280016689cbd7326fcac4d7455c01958bc115b172e",
"typesPublisherContentHash": "cded29d7b2a9b6931a58b9e83956e5efaaa7efeec6df1f06ce6161dee7baf1b9",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 14 Sep 2018 06:28:37 GMT
* Last updated: Thu, 15 Nov 2018 02:47:17 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