From 23e3e0c0bbce1eb213c173ee3cfdf006e1fe83f9 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Mon, 9 Dec 2024 12:15:16 +0800 Subject: [PATCH] f --- README.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b10b44b..6090da8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,23 @@ # is-type-of +[![NPM version][npm-image]][npm-url] +[![CI](https://github.com/node-modules/is-type-of/actions/workflows/ci.yml/badge.svg)](https://github.com/node-modules/is-type-of/actions/workflows/ci.yml) +[![Test coverage][codecov-image]][codecov-url] +[![Known Vulnerabilities][snyk-image]][snyk-url] +[![npm download][download-image]][download-url] +[![Node.js Version][node-version-image]][node-version-url] + +[npm-image]: https://img.shields.io/npm/v/is-type-of.svg?style=flat-square +[npm-url]: https://npmjs.org/package/is-type-of +[codecov-image]: https://codecov.io/github/node-modules/is-type-of/coverage.svg?branch=master +[codecov-url]: https://codecov.io/github/node-modules/is-type-of?branch=master +[snyk-image]: https://snyk.io/test/npm/is-type-of/badge.svg?style=flat-square +[snyk-url]: https://snyk.io/test/npm/is-type-of +[download-image]: https://img.shields.io/npm/dm/is-type-of.svg?style=flat-square +[download-url]: https://npmjs.org/package/is-type-of +[node-version-image]: https://img.shields.io/node/v/is-type-of.svg?style=flat-square +[node-version-url]: https://nodejs.org/en/download/ + Complete type checking for Node ## Features @@ -288,3 +306,9 @@ See Also `is.longObject` ## License [MIT](LICENSE) + +## Contributors + +[![Contributors](https://contrib.rocks/image?repo=node-modules/is-type-of)](https://github.com/node-modules/is-type-of/graphs/contributors) + +Made with [contributors-img](https://contrib.rocks). diff --git a/package.json b/package.json index 4ed9869..66ef162 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint": "^8.54.0", "eslint-config-egg": "^13.0.0", "long": "^3.2.0", - "semver": "^5.4.1", + "semver": "^7.6.3", "ts-expect": "^1.3.0", "tshy": "^3.0.2", "tshy-after": "^1.0.0",