Small web utility to inspect public PGP keys.
Go to file
dependabot[bot] 809714645d
Bump loader-utils and @vue/cli-service
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [loader-utils](https://github.com/webpack/loader-utils) and [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service). These dependencies need to be updated together.


Updates `loader-utils` from 1.4.0 to 1.4.2
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2)

Updates `loader-utils` from 1.2.3 to 1.4.2
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2)

Updates `@vue/cli-service` from 4.5.9 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-service)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: "@vue/cli-service"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-17 05:06:03 +00:00
.github/workflows Enable code scanning 2020-10-01 17:50:58 +01:00
public rename the project 2019-09-21 15:02:33 +01:00
src update dependencies and avoid importing things that are not required 2020-09-06 11:44:01 +01:00
.gitignore init 2019-09-14 20:14:31 +01:00
LICENSE Add license to the project 2019-09-14 20:27:01 +01:00
README.md added the wkd search feature to the readme's description 2020-09-06 11:55:57 +01:00
babel.config.js update dependencies and avoid importing things that are not required 2020-09-06 11:44:01 +01:00
package-lock.json Bump loader-utils and @vue/cli-service 2022-11-17 05:06:03 +00:00
package.json Bump loader-utils and @vue/cli-service 2022-11-17 05:06:03 +00:00
vue.config.js add web key directory search 2020-06-18 23:30:17 +01:00

README.md

kinspect

Small tool to quickly inspect the details of public PGP keys.

Just open the web page, paste the key on the textarea and the key properties will be displayed.

If you don't have the key, you can use the built in "Web Key Directory" search feature to fetch the correct public key for a given email address.

Development Instructions

Install the dependencies

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint