@types/uuid
Advanced tools
Comparing version 3.4.10 to 3.4.11
@@ -14,3 +14,3 @@ // Type definitions for uuid 3.4 | ||
import { v1, v4 } from './interfaces'; | ||
import { v1, v4 } from "./interfaces"; | ||
@@ -17,0 +17,0 @@ interface UuidStatic { |
@@ -12,3 +12,3 @@ // Uses ArrayLike to admit Unit8 and co. | ||
export type V4Options = {random: InputBuffer} | {rng(): InputBuffer}; | ||
export type V4Options = { random: InputBuffer } | { rng(): InputBuffer }; | ||
@@ -24,3 +24,8 @@ export type v1String = (options?: V1Options) => string; | ||
export type v5String = (name: string | InputBuffer, namespace: string | InputBuffer) => string; | ||
export type v5Buffer = <T extends OutputBuffer>(name: string | InputBuffer, namespace: string | InputBuffer, buffer: T, offset?: number) => T; | ||
export type v5Buffer = <T extends OutputBuffer>( | ||
name: string | InputBuffer, | ||
namespace: string | InputBuffer, | ||
buffer: T, | ||
offset?: number, | ||
) => T; | ||
export type v5 = v5Buffer & v5String; |
{ | ||
"name": "@types/uuid", | ||
"version": "3.4.10", | ||
"version": "3.4.11", | ||
"description": "TypeScript definitions for uuid", | ||
@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4f58453bcf0e0592fd8cb366a0dc9133e00d4fc71d52f027cbeb9c057881fb39", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "594800edaee3de9f9a87cdaafbcef3f2de6ae96d0fccc230cb40018c473e8ac0", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 18:04:55 GMT | ||
* Last updated: Wed, 30 Aug 2023 19:35:41 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -1,2 +0,2 @@ | ||
import { v1 } from './interfaces'; | ||
import { v1 } from "./interfaces"; | ||
@@ -3,0 +3,0 @@ declare const v1: v1; |
@@ -1,2 +0,2 @@ | ||
import { v4 } from './interfaces'; | ||
import { v4 } from "./interfaces"; | ||
@@ -3,0 +3,0 @@ declare const v4: v4; |
@@ -1,2 +0,2 @@ | ||
import { v5 } from './interfaces'; | ||
import { v5 } from "./interfaces"; | ||
@@ -3,0 +3,0 @@ interface v5Static { |
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
5347
57