@types/uuid
Advanced tools
Comparing version 7.0.5 to 7.0.6
@@ -11,3 +11,3 @@ // Type definitions for uuid 7.0 | ||
import { v1, v3, v4, v5 } from './interfaces'; | ||
import { v1, v3, v4, v5 } from "./interfaces"; | ||
@@ -14,0 +14,0 @@ export const v1: v1; |
@@ -33,3 +33,8 @@ // Uses ArrayLike to admit Unit8 and co. | ||
export type v3String = (name: string | InputBuffer, namespace: string | InputBuffer) => string; | ||
export type v3Buffer = <T extends OutputBuffer>(name: string | InputBuffer, namespace: string | InputBuffer, buffer: T, offset?: number) => T; | ||
export type v3Buffer = <T extends OutputBuffer>( | ||
name: string | InputBuffer, | ||
namespace: string | InputBuffer, | ||
buffer: T, | ||
offset?: number, | ||
) => T; | ||
export interface v3Static { | ||
@@ -44,3 +49,8 @@ // https://github.com/uuidjs/uuid/blob/master/src/v35.js#L22 | ||
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 interface v5Static { | ||
@@ -47,0 +57,0 @@ // https://github.com/uuidjs/uuid/blob/master/src/v35.js#L22 |
{ | ||
"name": "@types/uuid", | ||
"version": "7.0.5", | ||
"version": "7.0.6", | ||
"description": "TypeScript definitions for uuid", | ||
@@ -43,4 +43,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "1512ceb7a2a39a961f2a980f5e68e57e299564974e5df63ded8f78120125b25d", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "34be261a1b52a5a78d8563eaf1c15c868719edf3e3975b6367d914600c4be31f", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 18:04:54 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 @@ /* |
@@ -1,2 +0,2 @@ | ||
import { v3 } from './interfaces'; | ||
import { v3 } from "./interfaces"; | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
import { v4 } from './interfaces'; | ||
import { v4 } from "./interfaces"; | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
import { v5 } from './interfaces'; | ||
import { v5 } from "./interfaces"; | ||
@@ -3,0 +3,0 @@ /* |
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
6815
91