@visulima/jsdoc-open-api 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,22 +11,14 @@
|
|
|
11
11
|
|
|
12
12
|
<div align="center">
|
|
13
13
|
|
|
14
|
-
[![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url]
|
|
14
|
+
[![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url] [![synk-image]][synk-url]
|
|
15
15
|
|
|
16
16
|
</div>
|
|
17
17
|
|
|
18
|
-
---
|
|
19
|
-
|
|
20
18
|
<div align="center">
|
|
21
|
-
|
|
22
|
-
<sup>
|
|
23
|
-
Daniel Bannert's open source work is supported by the community on <a href="https://github.com/sponsors/prisis">GitHub Sponsors</a>
|
|
24
|
-
</sup>
|
|
25
|
-
</p>
|
|
19
|
+
<sub>Built with ❤︎ by <a href="https://twitter.com/_prisis_">Daniel Bannert</a></sub>
|
|
26
20
|
</div>
|
|
27
21
|
|
|
28
|
-
---
|
|
29
|
-
|
|
30
22
|
## Installation
|
|
31
23
|
|
|
32
24
|
```sh
|
|
@@ -222,5 +214,7 @@ For more information, see [Authentication](/docs/short/authentication.md).
|
|
|
222
214
|
[typescript-url]: "typescript"
|
|
223
215
|
[license-image]: https://img.shields.io/npm/l/@visulima/jsdoc-open-api?color=blueviolet&style=for-the-badge
|
|
224
216
|
[license-url]: LICENSE.md "license"
|
|
225
|
-
[npm-image]: https://img.shields.io/npm/v/@visulima/jsdoc-open-api/
|
|
226
|
-
[npm-url]: https://www.npmjs.com/package/@visulima/jsdoc-open-api/v/
|
|
217
|
+
[npm-image]: https://img.shields.io/npm/v/@visulima/jsdoc-open-api/alpha.svg?style=for-the-badge&logo=npm
|
|
218
|
+
[npm-url]: https://www.npmjs.com/package/@visulima/jsdoc-open-api/v/alpha "npm"
|
|
219
|
+
[synk-image]: https://img.shields.io/snyk/vulnerabilities/github/visulima/jsdoc-open-api?label=Synk%20Vulnerabilities&style=for-the-badge
|
|
220
|
+
[synk-url]: https://snyk.io/test/github/visulima/jsdoc-open-api?targetFile=package.json "synk"
|