Skip to content

Commit 3893939

Browse files
committed
Tidelift tasks
1 parent 9f97a12 commit 3893939

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.github/funding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github: sindresorhus
22
open_collective: sindresorhus
3-
patreon: sindresorhus
3+
tidelift: npm/query-string
44
custom: https://sindresorhus.com/donate

.github/security.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Security Policy
2+
3+
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.

readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,16 @@ queryString.stringify({foo: null});
232232
queryString.stringify({foo: undefined});
233233
//=> ''
234234
```
235+
236+
237+
---
238+
239+
<div align="center">
240+
<b>
241+
<a href="https://tidelift.com/subscription/pkg/npm-query-string?utm_source=npm-query-string&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
242+
</b>
243+
<br>
244+
<sub>
245+
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
246+
</sub>
247+
</div>

0 commit comments

Comments
 (0)