1.0.5 • Published 5 years ago

guid-smasher v1.0.5

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

GUID Smasher

reduce the size of guids by 33% for use in URLs

API

const Smasher = require("guid-smasher");

Smasher.smash("50eaac8f-4477-4a29-bccd-43a4ae3c390c"); // "keGIzQhTiyCYPkeAHzMV3f"
Smasher.unsmash("keGIzQhTiyCYPkeAHzMV3f"); // "50eaac8f-4477-4a29-bccd-43a4ae3c390c"

that's it. Nothing complicated about it.

Errors

We will throw an Error("Not a GUID") if the guid looks poorly formatted.

Smasher.smash("Alec Baldwin"); // throws Error("Not a GUID")
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1-b

5 years ago

1.0.0-b

5 years ago