New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scru128

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scru128 - npm Package Compare versions

Comparing version 3.0.0-rc.1 to 3.0.1

2

CHANGELOG.md
# 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"
}
}
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