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.6 to 3.4.7

1

uuid/index.d.ts

@@ -7,2 +7,3 @@ // Type definitions for uuid 3.4

// Rauno Viskus <https://github.com/rauno56>
// Linus Unnebäck <https://github.com/LinusU>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -9,0 +10,0 @@ // TypeScript Version: 2.2

6

uuid/interfaces.d.ts

@@ -1,6 +0,4 @@

/// <reference types="node" />
// Uses ArrayLike to admit Unit8 and co.
export type OutputBuffer = ArrayLike<number> | Buffer;
export type InputBuffer = ArrayLike<number> | Buffer;
export type OutputBuffer = ArrayLike<number>;
export type InputBuffer = ArrayLike<number>;

@@ -7,0 +5,0 @@ export interface V1Options {

{
"name": "@types/uuid",
"version": "3.4.6",
"version": "3.4.7",
"description": "TypeScript definitions for uuid",

@@ -26,6 +26,11 @@ "license": "MIT",

"githubUsername": "rauno56"
},
{
"name": "Linus Unnebäck",
"url": "https://github.com/LinusU",
"githubUsername": "LinusU"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -37,7 +42,5 @@ "type": "git",

"scripts": {},
"dependencies": {
"@types/node": "*"
},
"typesPublisherContentHash": "cba5030cf8509ea78c75e0e7f6794c6b4ea1bb578d09001bd5e6b7a862ef5001",
"typeScriptVersion": "2.2"
"dependencies": {},
"typesPublisherContentHash": "4cbce2a7748c8c1eaad4f86d1d9e68666740eec3d489f05af3805fad8d5e98bf",
"typeScriptVersion": "2.8"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://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: Wed, 30 Oct 2019 17:15:26 GMT
* Dependencies: @types/node
### Additional Details
* Last updated: Tue, 28 Jan 2020 20:11:18 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Oliver Hoffmann <https://github.com/iamolivinius>, Felipe Ochoa <https://github.com/felipeochoa>, Chris Barth <https://github.com/cjbarth>, and Rauno Viskus <https://github.com/rauno56>.
These definitions were written by Oliver Hoffmann (https://github.com/iamolivinius), Felipe Ochoa (https://github.com/felipeochoa), Chris Barth (https://github.com/cjbarth), Rauno Viskus (https://github.com/rauno56), and Linus Unnebäck (https://github.com/LinusU).
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