Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uuid-v8

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uuid-v8 - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "uuid-v8",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

@@ -1,2 +0,2 @@

# uuidv8
# uuid-v8
An experimental implementation of the proposed UUID Version 8

@@ -11,4 +11,13 @@

```
(or)
```javascript
const { uuidv8 } = require("uuid-v8")
const result = uuidv8(); // e.g., "07e70c15-0f38-8bfc-ba65-f0ec85dc2812"
```
### with custom time

@@ -50,6 +59,6 @@ ```javascript

```bash
$ npx uuidv8
$ npx uuid-v8
07e70c16-0637-8003-0139-e65bfe87ae09
$
$ npx uuidv8 -n 4
$ npx uuid-v8 -n 4
07e70c16-0637-8e13-0085-98ded92d312c

@@ -56,0 +65,0 @@ 07e70c16-0637-8713-0087-558d00e6ffa1

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