@types/uuid
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -11,3 +11,3 @@ // Type definitions for uuid 8.0 | ||
import { v1, v3, v4, v5 } from './interfaces'; | ||
import { v1, v3, v4, v5, validate } from './interfaces'; | ||
@@ -18,1 +18,2 @@ export const v1: v1; | ||
export const v5: v5; | ||
export const validate: validate; |
@@ -51,1 +51,3 @@ // Uses ArrayLike to admit Unit8 and co. | ||
export type v5 = v5Buffer & v5String & v5Static; | ||
export type validate = (uuid: string) => boolean; |
{ | ||
"name": "@types/uuid", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "TypeScript definitions for uuid", | ||
@@ -42,4 +42,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "fe8a6aaf74775e37cb20d3a85ca72b297b2caa047309f03bb459def6182b4015", | ||
"typesPublisherContentHash": "95d8a374b9b70cdf0fb18780287a2d7f298122aaa0bd9b09e4f1011dc077e6f4", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 19 May 2020 18:09:01 GMT | ||
* Last updated: Wed, 05 Aug 2020 03:49:24 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5845
59