@types/uuid
Advanced tools
Comparing version 2.0.32 to 2.0.33
@@ -16,3 +16,3 @@ // Type definitions for uuid v2.0.3 | ||
type V4Options = { random: number[] } | { rng: () => number[]; } | ||
type V4Options = { random: number[] } | { rng: () => number[] }; | ||
@@ -35,3 +35,3 @@ interface UuidStatic { | ||
declare const uuid: uuid.UuidStatic | ||
export = uuid | ||
declare const uuid: uuid.UuidStatic; | ||
export = uuid; |
{ | ||
"name": "@types/uuid", | ||
"version": "2.0.32", | ||
"version": "2.0.33", | ||
"description": "TypeScript definitions for uuid", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid", | ||
}, | ||
"typesPublisherContentHash": "bc438cf68e9260e0159825e2fa5ea2249fbaea49c000cdb12c1f3cf31ff9436d", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "2f5e39cf3ec48d181cab02478ba4b447577db701543710cb03fbec9f001dc626", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -26,3 +26,3 @@ # Installation | ||
type V4Options = { random: number[] } | { rng: () => number[]; } | ||
type V4Options = { random: number[] } | { rng: () => number[] }; | ||
@@ -45,4 +45,4 @@ interface UuidStatic { | ||
declare const uuid: uuid.UuidStatic | ||
export = uuid | ||
declare const uuid: uuid.UuidStatic; | ||
export = uuid; | ||
@@ -52,3 +52,3 @@ ```` | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 18:04:55 GMT | ||
* Last updated: Wed, 30 Aug 2023 19:35:41 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -55,0 +55,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
5241