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.3 to 3.4.4

3

uuid/index.d.ts

@@ -13,3 +13,3 @@ // Type definitions for uuid 3.4

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

@@ -19,3 +19,2 @@ interface UuidStatic {

v4: v4;
v5: v5;
}

@@ -22,0 +21,0 @@

@@ -0,0 +0,0 @@ /// <reference types="node" />

{
"name": "@types/uuid",
"version": "3.4.3",
"version": "3.4.4",
"description": "TypeScript definitions for uuid",

@@ -26,3 +26,3 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -33,4 +33,4 @@ "scripts": {},

},
"typesPublisherContentHash": "289a2946ca1133becf8544daf4c0793edd0865bc330235695880e041e80ff1b0",
"typesPublisherContentHash": "ca5a5b187941b1deb6ef9ace4f1fd2fc6f62599d82862d499b8b529fafe7d11d",
"typeScriptVersion": "2.2"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid
Additional Details
* Last updated: Tue, 17 Oct 2017 16:30:06 GMT
* Last updated: Thu, 30 Aug 2018 00:13:56 GMT
* Dependencies: node

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

@@ -0,0 +0,0 @@ import { v1 } from './interfaces';

@@ -0,0 +0,0 @@ import { v4 } from './interfaces';

@@ -0,0 +0,0 @@ import { v5 } from './interfaces';

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc