Skip to content

Commit 45e987c

Browse files
committed
[readme] remove travis badge; add github actions/codecov badges; update URLs
1 parent 90a3bce commit 45e987c

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

README.md

+36-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# qs
1+
# qs <sup>[![Version Badge][2]][1]</sup>
2+
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]
7+
[![License][license-image]][license-url]
8+
[![Downloads][downloads-image]][downloads-url]
9+
10+
[![npm badge][npm-badge-png]][package-url]
211

312
A querystring parsing and stringifying library with some added security.
413

@@ -462,3 +471,29 @@ assert.equal(qs.stringify({ a: 'b c' }), 'a=b%20c');
462471
assert.equal(qs.stringify({ a: 'b c' }, { format : 'RFC3986' }), 'a=b%20c');
463472
assert.equal(qs.stringify({ a: 'b c' }, { format : 'RFC1738' }), 'a=b+c');
464473
```
474+
475+
## Security
476+
477+
Please email [@ljharb](https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security vulnerability to report.
478+
479+
## qs for enterprise
480+
481+
Available as part of the Tidelift Subscription
482+
483+
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)
484+
485+
[package-url]: https://npmjs.org/package/qs
486+
[npm-version-svg]: https://versionbadg.es/ljharb/qs.svg
487+
[deps-svg]: https://david-dm.org/ljharb/qs.svg
488+
[deps-url]: https://david-dm.org/ljharb/qs
489+
[dev-deps-svg]: https://david-dm.org/ljharb/qs/dev-status.svg
490+
[dev-deps-url]: https://david-dm.org/ljharb/qs#info=devDependencies
491+
[npm-badge-png]: https://nodei.co/npm/qs.png?downloads=true&stars=true
492+
[license-image]: https://img.shields.io/npm/l/qs.svg
493+
[license-url]: LICENSE
494+
[downloads-image]: https://img.shields.io/npm/dm/qs.svg
495+
[downloads-url]: https://npm-stat.com/charts.html?package=qs
496+
[codecov-image]: https://codecov.io/gh/ljharb/qs/branch/main/graphs/badge.svg
497+
[codecov-url]: https://app.codecov.io/gh/ljharb/qs/
498+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/qs
499+
[actions-url]: https://github.com/ljharb/qs/actions

0 commit comments

Comments
 (0)