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 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

Changelog

7

package.json
{
"name": "@clevercloud/uuid-to-pokemon",
"version": "1.0.0",
"version": "1.0.1",
"keywords": ["uuid","pokemon","naming"],
"license": "MIT",
"main": "index.js",

@@ -13,3 +15,4 @@ "devDependencies": {

},
"author": "Corentin CAILLEAUD <corentin.cailleaud@clever-cloud.com>"
"author": "Corentin CAILLEAUD <corentin.cailleaud@clever-cloud.com>",
"contributors": ["Julien DURILLON <julien.durillon@clever-cloud.com>"]
}

@@ -12,5 +12,5 @@ # uuid-to-pokemon

```
var uuidpokemon = require('uuid-to-pokemon');
const uuidpokemon = require('uuid-to-pokemon');
var name = uuidpokemon.uuid_get_name(YOUR_UUID);
let name = uuidpokemon.uuid_get_name(YOUR_UUID);
```

@@ -17,0 +17,0 @@

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