update-notifier icon indicating copy to clipboard operation
update-notifier copied to clipboard

UpdateNotifierClass export missing since v6

Open jayree opened this issue 1 year ago • 2 comments

Is it possible to restore the v5 class export?

module.exports.UpdateNotifier = UpdateNotifier;

jayree avatar Aug 08 '22 17:08 jayree

That class is only an implementation detail. It was accidentally exposed before.

What do you need it for?

sindresorhus avatar Aug 08 '22 17:08 sindresorhus

@sindresorhus I've used the class directly and enhanced some methods. E.g. support multiple distTags or add ChangeLog links.

jayree avatar Aug 08 '22 19:08 jayree