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.11.8 to 13.11.9

14

validator/index.d.ts

@@ -829,4 +829,18 @@ import * as _isBoolean from "./lib/isBoolean";

* @default false
* @deprecated use no_separators instead
*/
no_colons?: boolean | undefined;
/**
* If `no_separators` is `true`, the validator will allow MAC addresses without the colons.
* Also, it allows the use of hyphens or spaces.
*
* e.g. `01 02 03 04 05 ab` or `01-02-03-04-05-ab`.
*
* @default false
*/
no_separators?: boolean | undefined;
/**
* Setting `eui` allows for validation against EUI-48 or EUI-64 instead of both.
*/
eui?: "48" | "64" | undefined;
}

@@ -833,0 +847,0 @@

4

validator/package.json
{
"name": "@types/validator",
"version": "13.11.8",
"version": "13.11.9",
"description": "TypeScript definitions for validator",

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

"dependencies": {},
"typesPublisherContentHash": "89527503750e121c13442b92197a17f2876f4e6bbf1058523c78f705fb601def",
"typesPublisherContentHash": "28e1576d534bb6bf79f6e661394835ea3f041a9931979c0be0c7645a3ff1a267",
"typeScriptVersion": "4.6"
}

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

### Additional Details
* Last updated: Tue, 09 Jan 2024 21:06:57 GMT
* Last updated: Mon, 05 Feb 2024 22:35:26 GMT
* Dependencies: none

@@ -14,0 +14,0 @@

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