Page MenuHomeSealhub

Find and implement a replacement for shortID in Sealious
Open, NormalPublic1 Points

Description

The shortid library is deprecated, so we need to replace them with something else, like https://www.npmjs.com/package/short-uuid

Details

Action required from
FilipI

Revisions and Commits

Event Timeline

krzysztof added a revision: Restricted Differential Revision.Thu, Jan 30, 19:05
jenkins-user moved this task from To do to Review on the Kanban board.
jenkins-user updated Action required from, added: FilipI.
jenkins-user added a subscriber: krzysztof.

used nanoid instead of short-uuid as it was:

  • recommended in deprecation message
  • much smaller
  • and with many more downloads