Socket
Socket
Sign inDemoInstall

@types/uuid-with-v6

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

5

uuid-with-v6/index.d.ts

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

// Type definitions for uuid-with-v6 1.1
// Project: https://github.com/kurttheviking/uuid-with-v6-js#readme
// Definitions by: Kael Shipman <https://github.com/kael-shipman>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export * from "uuid";

@@ -7,0 +2,0 @@

11

uuid-with-v6/package.json
{
"name": "@types/uuid-with-v6",
"version": "1.1.0",
"version": "1.1.1",
"description": "TypeScript definitions for uuid-with-v6",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid-with-v6",
"license": "MIT",

@@ -9,4 +10,4 @@ "contributors": [

"name": "Kael Shipman",
"url": "https://github.com/kael-shipman",
"githubUsername": "kael-shipman"
"githubUsername": "kael-shipman",
"url": "https://github.com/kael-shipman"
}

@@ -25,4 +26,4 @@ ],

},
"typesPublisherContentHash": "abfeefc339fbe62b05e16fcc512d41e0b5b3dd047108e11fae84ba74e3753361",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "e9a752556bed40001b68b6e96b915bf40bcd3d34519827a912e20835a735b6b2",
"typeScriptVersion": "4.5"
}

@@ -9,9 +9,20 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid-with-v6.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid-with-v6/index.d.ts)
````ts
export * from "uuid";
export interface V6SetupOpts {
disableRandom: boolean;
}
export function v6(): string;
export function v6setup(opts?: Partial<V6SetupOpts>): typeof v6;
````
### Additional Details
* Last updated: Mon, 24 May 2021 12:02:37 GMT
* Last updated: Wed, 18 Oct 2023 11:45:07 GMT
* Dependencies: [@types/uuid](https://npmjs.com/package/@types/uuid)
* Global values: none
# Credits
These definitions were written by [Kael Shipman](https://github.com/kael-shipman).
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc