Skip to content

Commit e695f10

Browse files
committed
Tidelift tasks
1 parent 9b00fd3 commit e695f10

4 files changed

Lines changed: 16 additions & 6 deletions

File tree

.github/funding.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
github: sindresorhus
2-
open_collective: sindresorhus
3-
custom: https://sindresorhus.com/donate
2+
tidelift: npm/arrify

.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.

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
Convert a value to an array.
33
4-
_Supplying `null` or `undefined` results in an empty array._
4+
_Specifying `null` or `undefined` results in an empty array._
55
66
@example
77
```

readme.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,17 @@ arrify(undefined);
3131
//=> []
3232
```
3333

34-
*Supplying `null` or `undefined` results in an empty array.*
34+
*Specifying `null` or `undefined` results in an empty array.*
3535

3636

37-
## License
37+
---
3838

39-
MIT © [Sindre Sorhus](https://sindresorhus.com)
39+
<div align="center">
40+
<b>
41+
<a href="https://tidelift.com/subscription/pkg/npm-arrify?utm_source=npm-arrify&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
42+
</b>
43+
<br>
44+
<sub>
45+
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
46+
</sub>
47+
</div>

0 commit comments

Comments
 (0)