Socket
Socket
Sign inDemoInstall

@types/uuid

Package Overview
Dependencies
0
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0 to 8.0.1

3

uuid/index.d.ts

@@ -11,3 +11,3 @@ // Type definitions for uuid 8.0

import { v1, v3, v4, v5 } from './interfaces';
import { v1, v3, v4, v5, validate } from './interfaces';

@@ -18,1 +18,2 @@ export const v1: v1;

export const v5: v5;
export const validate: validate;

@@ -51,1 +51,3 @@ // Uses ArrayLike to admit Unit8 and co.

export type v5 = v5Buffer & v5String & v5Static;
export type validate = (uuid: string) => boolean;
{
"name": "@types/uuid",
"version": "8.0.0",
"version": "8.0.1",
"description": "TypeScript definitions for uuid",

@@ -42,4 +42,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "fe8a6aaf74775e37cb20d3a85ca72b297b2caa047309f03bb459def6182b4015",
"typesPublisherContentHash": "95d8a374b9b70cdf0fb18780287a2d7f298122aaa0bd9b09e4f1011dc077e6f4",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Tue, 19 May 2020 18:09:01 GMT
* Last updated: Wed, 05 Aug 2020 03:49:24 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc