|
1 |
| -# crypto-browserify |
| 1 | +# crypto-browserify <sup>[![Version Badge][npm-version-svg]][package-url]</sup> |
2 | 2 |
|
3 | 3 | A port of node's `crypto` module to the browser.
|
4 | 4 |
|
5 |
| -[](https://travis-ci.org/browserify/crypto-browserify) |
6 |
| -[](https://github.com/feross/standard) |
| 5 | +[![github actions][actions-image]][actions-url] |
| 6 | +[![coverage][codecov-image]][codecov-url] |
| 7 | +[![License][license-image]][license-url] |
| 8 | +[![Downloads][downloads-image]][downloads-url] |
7 | 9 | [](https://saucelabs.com/u/crypto-browserify)
|
8 | 10 |
|
| 11 | +[![npm badge][npm-badge-png]][package-url] |
| 12 | + |
| 13 | + |
9 | 14 | The goal of this module is to reimplement node's crypto module,
|
10 | 15 | in pure javascript so that it can run in the browser.
|
11 | 16 |
|
@@ -48,3 +53,19 @@ and post comments if you do.
|
48 | 53 | ## License
|
49 | 54 |
|
50 | 55 | MIT
|
| 56 | + |
| 57 | +[package-url]: https://npmjs.org/package/crypto-browserify |
| 58 | +[npm-version-svg]: https://versionbadg.es/browserify/crypto-browserify.svg |
| 59 | +[deps-svg]: https://david-dm.org/browserify/crypto-browserify.svg |
| 60 | +[deps-url]: https://david-dm.org/browserify/crypto-browserify |
| 61 | +[dev-deps-svg]: https://david-dm.org/browserify/crypto-browserify/dev-status.svg |
| 62 | +[dev-deps-url]: https://david-dm.org/browserify/crypto-browserify#info=devDependencies |
| 63 | +[npm-badge-png]: https://nodei.co/npm/crypto-browserify.png?downloads=true&stars=true |
| 64 | +[license-image]: https://img.shields.io/npm/l/crypto-browserify.svg |
| 65 | +[license-url]: LICENSE |
| 66 | +[downloads-image]: https://img.shields.io/npm/dm/crypto-browserify.svg |
| 67 | +[downloads-url]: https://npm-stat.com/charts.html?package=crypto-browserify |
| 68 | +[codecov-image]: https://codecov.io/gh/browserify/crypto-browserify/branch/main/graphs/badge.svg |
| 69 | +[codecov-url]: https://app.codecov.io/gh/browserify/crypto-browserify/ |
| 70 | +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/browserify/crypto-browserify |
| 71 | +[actions-url]: https://github.com/browserify/crypto-browserify/actions |
0 commit comments