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 9.0.0 to 9.0.1

2

uuid/index.d.ts

@@ -66,3 +66,3 @@ // Type definitions for uuid 9.0

type parse = (uuid: string) => OutputBuffer;
type parse = (uuid: string) => Uint8Array;
type stringify = (buffer: InputBuffer, offset?: number) => string;

@@ -69,0 +69,0 @@ type validate = (uuid: string) => boolean;

{
"name": "@types/uuid",
"version": "9.0.0",
"version": "9.0.1",
"description": "TypeScript definitions for uuid",

@@ -43,4 +43,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid",

"dependencies": {},
"typesPublisherContentHash": "fcbbe0ed3964850f2ba3f7c63e9bf38a037f990945fb14bb976e9420e2d9d0b0",
"typeScriptVersion": "4.1",
"typesPublisherContentHash": "960e341662c90dd3808bb9d88f8b2b55d25603a5e59a0adce183de525875f416",
"typeScriptVersion": "4.2",
"exports": {

@@ -47,0 +47,0 @@ "./package.json": "./package.json",

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 29 Nov 2022 18:32:57 GMT
* Last updated: Wed, 22 Feb 2023 02:32:35 GMT
* Dependencies: none

@@ -14,0 +14,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