@types/uuid
Advanced tools
Comparing version 3.4.1 to 3.4.2
@@ -0,0 +0,0 @@ // Type definitions for uuid 3.4 |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
{ | ||
"name": "@types/uuid", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"description": "TypeScript definitions for uuid", | ||
@@ -9,11 +9,14 @@ "license": "MIT", | ||
"name": "Oliver Hoffmann", | ||
"url": "https://github.com/iamolivinius" | ||
"url": "https://github.com/iamolivinius", | ||
"githubUsername": "iamolivinius" | ||
}, | ||
{ | ||
"name": "Felipe Ochoa", | ||
"url": "https://github.com/felipeochoa" | ||
"url": "https://github.com/felipeochoa", | ||
"githubUsername": "felipeochoa" | ||
}, | ||
{ | ||
"name": "Chris Barth", | ||
"url": "https://github.com/cjbarth" | ||
"url": "https://github.com/cjbarth", | ||
"githubUsername": "cjbarth" | ||
} | ||
@@ -30,4 +33,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "1472fb0dfec80bf730e956db9d8f540d3e9f2289737eb7eabad76110a60ed15b", | ||
"typesPublisherContentHash": "ca5a5b187941b1deb6ef9ace4f1fd2fc6f62599d82862d499b8b529fafe7d11d", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT | ||
* Last updated: Wed, 06 Sep 2017 14:55:01 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'; |
import { v5 } from './interfaces'; | ||
declare const v5: v5; | ||
interface v5Static { | ||
// https://github.com/kelektiv/node-uuid/blob/master/v5.js#L47 | ||
DNS: string; | ||
// https://github.com/kelektiv/node-uuid/blob/master/v5.js#L48 | ||
URL: string; | ||
} | ||
declare const v5: v5Static & v5; | ||
export = v5; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4974
51