Skip to content

Commit 0d49f51

Browse files
committed
Add Tidelift mention in the readme
1 parent 8df01b3 commit 0d49f51

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

readme.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,21 @@ The update check is done in a unref'ed [child process](https://nodejs.org/api/ch
8080
The first time the user runs your app, it will check for an update, and even if an update is available, it will wait the specified `updateCheckInterval` before notifying the user. This is done to not be annoying to the user, but might surprise you as an implementer if you're testing whether it works. Check out [`example.js`](example.js) to quickly test out `update-notifier` and see how you can test that it works in your app.
8181

8282

83+
---
84+
85+
<div align="center">
86+
<b>
87+
<a href="https://tidelift.com/subscription/pkg/npm-update_notifier?utm_source=npm-update-notifier&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
88+
</b>
89+
<br>
90+
<sub>
91+
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
92+
</sub>
93+
</div>
94+
95+
---
96+
97+
8398
## API
8499

85100
### notifier = updateNotifier(options)
@@ -189,6 +204,11 @@ There are a bunch projects using it:
189204
[And 1600+ more…](https://www.npmjs.org/browse/depended/update-notifier)
190205

191206

207+
## Security
208+
209+
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.
210+
211+
192212
## License
193213

194214
BSD-2-Clause © Google

0 commit comments

Comments
 (0)