Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clevercloud/uuid-to-pokemon

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

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.

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
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

Package last updated on 09 Aug 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc