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 10.11.1 to 10.11.2

validator/lib/isISO31661Alpha3.d.ts

4

validator/index.d.ts

@@ -132,2 +132,6 @@ // Type definitions for validator.js v10.11.0

// check if the string is a valid ISO 3166-1 alpha-3 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) officially assigned
// country code.
isISO31661Alpha3(str: string): boolean;
// check if the string is a ISRC (https://en.wikipedia.org/wiki/International_Standard_Recording_Code).

@@ -134,0 +138,0 @@ isISRC(str: string): boolean;

4

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

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

"dependencies": {},
"typesPublisherContentHash": "dd1bd8612f01258daae1769ab944c5a9ee340284f690f1d17baead3e57da0de1",
"typesPublisherContentHash": "6bd9a2a8ae4b60a89c040acd08d80da5e8075b2f38925e2de63c99ba30b16ff7",
"typeScriptVersion": "2.0"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for validator.js ( https://github.com/chriso/validator.js ).
This package contains type definitions for validator.js (https://github.com/chriso/validator.js).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Sat, 08 Jun 2019 01:19:09 GMT
* Last updated: Tue, 23 Jul 2019 20:10:31 GMT
* Dependencies: none

@@ -18,2 +18,2 @@ * Global values: validator

# Credits
These definitions were written by tgfjt <https://github.com/tgfjt>, Ilya Mochalov <https://github.com/chrootsu>, Ayman Nedjmeddine <https://github.com/IOAyman>, Louy Alakkad <https://github.com/louy>, Kacper Polak <https://github.com/kacepe>, Bonggyun Lee <https://github.com/deptno>, Naoto Yokoyama <https://github.com/builtinnya>, Philipp Katz <https://github.com/qqilihq>, Jace Warren <https://github.com/keatz55>.
These definitions were written by tgfjt <https://github.com/tgfjt>, Ilya Mochalov <https://github.com/chrootsu>, Ayman Nedjmeddine <https://github.com/IOAyman>, Louy Alakkad <https://github.com/louy>, Kacper Polak <https://github.com/kacepe>, Bonggyun Lee <https://github.com/deptno>, Naoto Yokoyama <https://github.com/builtinnya>, Philipp Katz <https://github.com/qqilihq>, and Jace Warren <https://github.com/keatz55>.
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