Uuid: Documented "validate" function not available

Created on 24 Jul 2020  路  5Comments  路  Source: uuidjs/uuid

Describe the bug

The uuid.validate function is documented on the README, but is not available on the latest versions of the package.

To Reproduce

Steps to reproduce the behavior:

  1. Install [email protected]
  2. Run import { validate } from 'uuid'
  3. See error Attempted import error: 'validate' is not exported from 'uuid' (imported as 'validate').

Expected behavior

I would like to validate my UUIDs.

Runtime

  • Runtime: Every runtimes

All 5 comments

If you could try out the beta and report it it works for you that would be awesome! Will release once we have received some positive feedback.

So, I've used the beta version in my app to validate the UUID, thanks for your answers, and sorry for my impatience!
I'll definitely share my feedback as soon as this reach the production :)

Here's more news from me :)
We used the 8.3.0-beta.0 version on production, and it's going fine !
Looking forward to upgrade as soon as it reaches the final release

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sam-s4s picture sam-s4s  路  6Comments

mrtnbroder picture mrtnbroder  路  6Comments

josias-r picture josias-r  路  6Comments

ctavan picture ctavan  路  5Comments

danactive picture danactive  路  3Comments