Skip to content

Commit

Permalink
Add Tidelift mention in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 28, 2019
1 parent 8df01b3 commit 0d49f51
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions readme.md
Expand Up @@ -80,6 +80,21 @@ The update check is done in a unref'ed [child process](https://nodejs.org/api/ch
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.


---

<div align="center">
<b>
<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>
</b>
<br>
<sub>
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
</sub>
</div>

---


## API

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


## Security

To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.


## License

BSD-2-Clause © Google

0 comments on commit 0d49f51

Please sign in to comment.