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

uuid25

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

uuid25 - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

package.json
{
"name": "uuid25",
"version": "0.1.2",
"version": "0.1.3",
"description": "25-digit case-insensitive UUID encoding",

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

"mocha": "^10.2.0",
"typedoc": "^0.23.28",
"typescript": "^5.0.2"
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
}
}

@@ -48,3 +48,3 @@ /**

*/
class Uuid25 {
export class Uuid25 {
/**

@@ -206,3 +206,3 @@ * Creates an instance from the inner string primitive.

?.slice(1, 6)
?.join(""));
.join(""));
}

@@ -220,3 +220,3 @@ /**

?.slice(1, 6)
?.join(""));
.join(""));
}

@@ -234,3 +234,3 @@ /**

?.slice(1, 6)
?.join(""));
.join(""));
}

@@ -289,3 +289,2 @@ /**

Uuid25.MAX = "f5lxx1zz5pnorynqglhzmsp33";
export { Uuid25 };
/** Converts a digit value array in `srcBase` to that in `dstBase`. */

@@ -292,0 +291,0 @@ const convertBase = (src, srcBase, dstBase, dstSize) => {

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