Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 2.0.32 to 2.0.33

6

uuid v2.0/index.d.ts

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

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