Skip to content

Commit 1072d57

Browse files
committed
[readme] remove travis badge; add github actions/codecov badges; update URLs
1 parent 12ac1c4 commit 1072d57

File tree

1 file changed

+29
-18
lines changed

1 file changed

+29
-18
lines changed

README.md

+29-18
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# qs <sup>[![Version Badge][2]][1]</sup>
22

3-
[![Build Status][3]][4]
4-
[![dependency status][5]][6]
5-
[![dev dependency status][7]][8]
3+
[![github actions][actions-image]][actions-url]
4+
[![coverage][codecov-image]][codecov-url]
5+
[![dependency status][deps-svg]][deps-url]
6+
[![dev dependency status][dev-deps-svg]][dev-deps-url]
67
[![License][license-image]][license-url]
78
[![Downloads][downloads-image]][downloads-url]
89

9-
[![npm badge][11]][1]
10+
[![npm badge][npm-badge-png]][package-url]
1011

1112
A querystring parsing and stringifying library with some added security.
1213

@@ -482,18 +483,28 @@ assert.equal(qs.stringify({ a: 'b c' }, { format : 'RFC3986' }), 'a=b%20c');
482483
assert.equal(qs.stringify({ a: 'b c' }, { format : 'RFC1738' }), 'a=b+c');
483484
```
484485

485-
[1]: https://npmjs.org/package/qs
486-
[2]: http://versionbadg.es/ljharb/qs.svg
487-
[3]: https://api.travis-ci.org/ljharb/qs.svg
488-
[4]: https://travis-ci.org/ljharb/qs
489-
[5]: https://david-dm.org/ljharb/qs.svg
490-
[6]: https://david-dm.org/ljharb/qs
491-
[7]: https://david-dm.org/ljharb/qs/dev-status.svg
492-
[8]: https://david-dm.org/ljharb/qs?type=dev
493-
[9]: https://ci.testling.com/ljharb/qs.png
494-
[10]: https://ci.testling.com/ljharb/qs
495-
[11]: https://nodei.co/npm/qs.png?downloads=true&stars=true
496-
[license-image]: http://img.shields.io/npm/l/qs.svg
486+
## Security
487+
488+
Please email [@ljharb](https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security vulnerability to report.
489+
490+
## qs for enterprise
491+
492+
Available as part of the Tidelift Subscription
493+
494+
The maintainers of qs and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-qs?utm_source=npm-qs&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
495+
496+
[package-url]: https://npmjs.org/package/qs
497+
[npm-version-svg]: https://versionbadg.es/ljharb/qs.svg
498+
[deps-svg]: https://david-dm.org/ljharb/qs.svg
499+
[deps-url]: https://david-dm.org/ljharb/qs
500+
[dev-deps-svg]: https://david-dm.org/ljharb/qs/dev-status.svg
501+
[dev-deps-url]: https://david-dm.org/ljharb/qs#info=devDependencies
502+
[npm-badge-png]: https://nodei.co/npm/qs.png?downloads=true&stars=true
503+
[license-image]: https://img.shields.io/npm/l/qs.svg
497504
[license-url]: LICENSE
498-
[downloads-image]: http://img.shields.io/npm/dm/qs.svg
499-
[downloads-url]: http://npm-stat.com/charts.html?package=qs
505+
[downloads-image]: https://img.shields.io/npm/dm/qs.svg
506+
[downloads-url]: https://npm-stat.com/charts.html?package=qs
507+
[codecov-image]: https://codecov.io/gh/ljharb/qs/branch/main/graphs/badge.svg
508+
[codecov-url]: https://app.codecov.io/gh/ljharb/qs/
509+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/qs
510+
[actions-url]: https://github.com/ljharb/qs/actions

0 commit comments

Comments
 (0)