Socket
Socket
Sign inDemoInstall

@clevercloud/uuid-to-pokemon

Package Overview
Dependencies
0
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @clevercloud/uuid-to-pokemon

uuid-to-pokemon allows you to generate an adjective and a Pokemon name for a specified UUID.


Version published
Weekly downloads
5
increased by25%
Maintainers
2
Install size
18.2 kB
Created
Weekly downloads
 

Readme

Source

uuid-to-pokemon

uuid-to-pokemon allows you to generate an adjective and a Pokemon name for a specified UUID.

Example : "12334567-abdb-12c3-a416-426s5512cba0" => Proud porygon.

How to use it

Just call the function uuid_get_name(YOUR_UUID) in order to get the name.

const uuidpokemon = require('uuid-to-pokemon');

let name = uuidpokemon.uuid_get_name(YOUR_UUID);

When can I use it ?

You can use it to compare a group of 100 random UUIDs without conflict. If you want to use it for more than 100 UUIDs, there are bigger chances to get name conflicts (less than 2% for 1000 UUIDs and less than 5% for 10 000 UUIDs).

There is no way yet to guess the UUID from the name.

Keywords

FAQs

Last updated on 09 Aug 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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