Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@clevercloud/uuid-to-pokemon
Advanced tools
uuid-to-pokemon allows you to generate an adjective and a Pokemon name for a specified UUID.
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
.
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);
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.
FAQs
uuid-to-pokemon allows you to generate an adjective and a Pokemon name for a specified UUID.
We found that @clevercloud/uuid-to-pokemon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.