mikaelbr / node-notifier

A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)
MIT License
5.72k stars 323 forks source link

Drop uuid package #418

Open AlexHladin opened 1 year ago

AlexHladin commented 1 year ago

This PR drops the uuid package from project dependencies and substitutes it with the native crypto module from Node.js.