You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2025. It is now read-only.
PR #41, and v1.1.0, introduced the possibility to use a custom random path generator such as node-uuid. The benefit with Universally unique identifiers are that they are guaranteed to be unique and we no longer need the collision check which will speed things up a little 😄
This is a breaking change, so this will have to wait for v2.0.0 before we can do the switch.
PR #41, and v1.1.0, introduced the possibility to use a custom random path generator such as node-uuid. The benefit with Universally unique identifiers are that they are guaranteed to be unique and we no longer need the collision check which will speed things up a little 😄
This is a breaking change, so this will have to wait for v2.0.0 before we can do the switch.