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.1 to 9.4.2

9

validator/index.d.ts

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

// check if the string contains only numbers.
isNumeric(str: string): boolean;
isNumeric(str: string, options?: IsNumericOptions): boolean;

@@ -384,2 +384,9 @@ // check if the string is a valid port number.

}
/**
* Options for isNumeric
*/
interface IsNumericOptions {
no_symbols?: boolean;
}
}

@@ -386,0 +393,0 @@

6

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

@@ -51,8 +51,8 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "928aa38d3de39191f4bf0429b667a4b7b5cec094f70a2b774d268c5f457069cd",
"typesPublisherContentHash": "10e40b96f5369ffb3bea1b280016689cbd7326fcac4d7455c01958bc115b172e",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/validator
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/validator
Additional Details
* Last updated: Tue, 24 Apr 2018 23:52:29 GMT
* Last updated: Fri, 14 Sep 2018 06:28:37 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