Socket
Socket
Sign inDemoInstall

@types/uuid

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/uuid - npm Package Compare versions

Comparing version 3.4.10 to 3.4.11

2

uuid v3.4/index.d.ts

@@ -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 {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc