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.9 to 3.4.10

8

uuid v3.4/interfaces.d.ts

@@ -6,6 +6,6 @@ // Uses ArrayLike to admit Unit8 and co.

export interface V1Options {
node?: InputBuffer;
clockseq?: number;
msecs?: number | Date;
nsecs?: number;
node?: InputBuffer | undefined;
clockseq?: number | undefined;
msecs?: number | Date | undefined;
nsecs?: number | undefined;
}

@@ -12,0 +12,0 @@

{
"name": "@types/uuid",
"version": "3.4.9",
"version": "3.4.10",
"description": "TypeScript definitions for uuid",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid",
"license": "MIT",

@@ -37,4 +38,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "4092eea4075b8fcd6b342029bb4c85d7d6f1c0ad1a4b32c730cab892d7f502f3",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "4f58453bcf0e0592fd8cb366a0dc9133e00d4fc71d52f027cbeb9c057881fb39",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Thu, 23 Apr 2020 17:50:39 GMT
* Last updated: Fri, 02 Jul 2021 18:04:55 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