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.1 to 3.4.2

0

uuid/index.d.ts

@@ -0,0 +0,0 @@ // Type definitions for uuid 3.4

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

13

uuid/package.json
{
"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

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