Comparing version 3.0.0-rc.1 to 3.0.1
# Changelog | ||
## v3.0.0-rc.1 - 2023-06-21 | ||
## v3.0.1 - 2023-07-16 | ||
@@ -5,0 +5,0 @@ Most notably, v3 switches the letter case of generated IDs from uppercase (e.g., |
@@ -205,3 +205,3 @@ /** | ||
/** Returns a 32-bit random unsigned integer. */ | ||
nextUint32: () => number; | ||
nextUint32(): number; | ||
}); | ||
@@ -208,0 +208,0 @@ /** |
@@ -78,3 +78,5 @@ /** | ||
else { | ||
throw new TypeError("invalid length of byte array: " + bytes.length + " bytes (expected 16)"); | ||
throw new TypeError("invalid length of byte array: " + | ||
bytes.length + | ||
" bytes (expected 16)"); | ||
} | ||
@@ -81,0 +83,0 @@ } |
{ | ||
"name": "scru128", | ||
"version": "3.0.0-rc.1", | ||
"version": "3.0.1", | ||
"description": "SCRU128: Sortable, Clock and Random number-based Unique identifier", | ||
@@ -42,4 +42,4 @@ "type": "module", | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.3" | ||
"typescript": "^5.1.6" | ||
} | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
51296
888
0
1