Socket
Socket
Sign inDemoInstall

uuid-d64

Package Overview
Dependencies
1
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.3

9

package.json
{
"name": "uuid-d64",
"version": "1.0.1",
"version": "1.0.3",
"description": "Codec for uuid and d64",

@@ -20,3 +20,8 @@ "main": "lib/index.js",

"decode",
"codec"
"codec",
"guid",
"uid",
"id",
"base64",
"RFC4122"
],

@@ -23,0 +28,0 @@ "author": {

@@ -1,4 +0,4 @@

uuid-64
uuid-d64
=====
> Codec between uuid and d64
> Compression codec for uuid to d64

@@ -37,10 +37,12 @@ ## Install

$ node bench.js
check x 240,661 ops/sec ±0.84% (89 runs sampled)
uuid-d64 x 724,673 ops/sec ±0.78% (94 runs sampled)
uuid-base64 x 419,574 ops/sec ±0.83% (92 runs sampled)
check x 235,406 ops/sec ±1.00% (88 runs sampled)
uuid-d64 x 690,540 ops/sec ±0.81% (96 runs sampled)
uuid-base64 x 395,159 ops/sec ±0.91% (91 runs sampled)
slugid x 322,243 ops/sec ±20.00% (93 runs sampled)
Fastest encoder is uuid-d64
check x 335,976 ops/sec ±45.06% (86 runs sampled)
uuid-d64 x 1,400,018 ops/sec ±1.56% (89 runs sampled)
uuid-base64 x 1,330,022 ops/sec ±2.11% (85 runs sampled)
Fastest decoder is uuid-d64
check x 444,387 ops/sec ±1.11% (88 runs sampled)
uuid-d64 x 1,244,674 ops/sec ±1.58% (86 runs sampled)
uuid-base64 x 1,221,695 ops/sec ±1.68% (83 runs sampled)
slugid x 1,006,900 ops/sec ±0.45% (91 runs sampled)
Fastest decoder is uuid-d64,uuid-base64
```

@@ -47,0 +49,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc