Comparing version 0.0.3 to 0.0.4
{ | ||
"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 |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
103
6251
4
37