Skip to content

Commit a022f23

Browse files
committedMay 31, 2019
Tidelift tasks
1 parent b9c4929 commit a022f23

File tree

3 files changed

+15
-20
lines changed

3 files changed

+15
-20
lines changed
 

‎.github/funding.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: sindresorhus
2+
tidelift: npm/strip-ansi

‎.github/security.md

+3
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

+10-20
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@
22

33
> Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) from a string
44
5-
---
6-
7-
<div align="center">
8-
<b>
9-
<a href="https://tidelift.com/subscription/pkg/npm-strip-ansi?utm_source=npm-strip-ansi&utm_medium=referral&utm_campaign=readme">Get professional support for 'strip-ansi' with a Tidelift subscription</a>
10-
</b>
11-
<br>
12-
<sub>
13-
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
14-
</sub>
15-
</div>
16-
17-
---
185

196
## Install
207

@@ -36,11 +23,6 @@ stripAnsi('\u001B]8;;https://github.com\u0007Click\u001B]8;;\u0007');
3623
```
3724

3825

39-
## Security
40-
41-
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.
42-
43-
4426
## Related
4527

4628
- [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli) - CLI for this module
@@ -56,6 +38,14 @@ To report a security vulnerability, please use the [Tidelift security contact](h
5638
- [Josh Junon](https://github.com/qix-)
5739

5840

59-
## License
41+
---
6042

61-
MIT
43+
<div align="center">
44+
<b>
45+
<a href="https://tidelift.com/subscription/pkg/npm-strip-ansi?utm_source=npm-strip-ansi&utm_medium=referral&utm_campaign=readme">Get professional support for 'strip-ansi' with a Tidelift subscription</a>
46+
</b>
47+
<br>
48+
<sub>
49+
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
50+
</sub>
51+
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.