adamgibbons / ics

iCalendar (ics) file generator for node.js
ISC License
715 stars 152 forks source link

moving away from uuid and toward nanoid #192

Closed lesion closed 3 years ago

lesion commented 3 years ago

uuid is bigger than nanoid and ics is also using an old release of uuid. Instead of upgrading uuid (that is currently showing a scary warning) I choose to substituite it with nanoid as pointed out in this issue.

All tests are ok