Skip to content

Commit fca0c9d

Browse files
committed
[readme] improve badges
1 parent fc61005 commit fca0c9d

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

README.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# pbkdf2
2-
3-
[![NPM Package](https://img.shields.io/npm/v/pbkdf2.svg?style=flat-square)](https://www.npmjs.org/package/pbkdf2)
4-
[![Build Status](https://img.shields.io/travis/crypto-browserify/pbkdf2.svg?branch=master&style=flat-square)](https://travis-ci.org/crypto-browserify/pbkdf2)
5-
[![Dependency status](https://img.shields.io/david/crypto-browserify/pbkdf2.svg?style=flat-square)](https://david-dm.org/crypto-browserify/pbkdf2#info=dependencies)
6-
7-
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
1+
# pbkdf2 <sup>[![Version Badge][2]][1]</sup>
82

93
This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from `crypto.getHashes()`
104

5+
[![github actions][actions-image]][actions-url]
6+
[![coverage][codecov-image]][codecov-url]
7+
[![dependency status][5]][6]
8+
[![dev dependency status][7]][8]
9+
[![License][license-image]][license-url]
10+
[![Downloads][downloads-image]][downloads-url]
11+
12+
[![npm badge][11]][1]
1113

1214
## Usage
1315

@@ -28,3 +30,19 @@ For high performance, use the `async` variant (`pbkdf2.pbkdf2`), not `pbkdf2.pbk
2830
This module is a derivative of [cryptocoinjs/pbkdf2-sha256](https://github.com/cryptocoinjs/pbkdf2-sha256/), so thanks to [JP Richardson](https://github.com/jprichardson/) for laying the ground work.
2931

3032
Thank you to [FangDun Cai](https://github.com/fundon) for donating the package name on npm, if you're looking for his previous module it is located at [fundon/pbkdf2](https://github.com/fundon/pbkdf2).
33+
34+
[1]: https://npmjs.org/package/pbkdf2
35+
[2]: https://versionbadg.es/browserify/pbkdf2.svg
36+
[5]: https://david-dm.org/browserify/pbkdf2.svg
37+
[6]: https://david-dm.org/browserify/pbkdf2
38+
[7]: https://david-dm.org/browserify/pbkdf2/dev-status.svg
39+
[8]: https://david-dm.org/browserify/pbkdf2#info=devDependencies
40+
[11]: https://nodei.co/npm/pbkdf2.png?downloads=true&stars=true
41+
[license-image]: https://img.shields.io/npm/l/pbkdf2.svg
42+
[license-url]: LICENSE
43+
[downloads-image]: https://img.shields.io/npm/dm/pbkdf2.svg
44+
[downloads-url]: https://npm-stat.com/charts.html?package=pbkdf2
45+
[codecov-image]: https://codecov.io/gh/browserify/pbkdf2/branch/main/graphs/badge.svg
46+
[codecov-url]: https://app.codecov.io/gh/browserify/pbkdf2/
47+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/browserify/pbkdf2
48+
[actions-url]: https://github.com/browserify/pbkdf2/actions

0 commit comments

Comments
 (0)