v1.0.1: update package and README
This commit is contained in:
parent
bf95bbb91c
commit
d49b5dc747
@ -8,7 +8,7 @@ Works for RSA and ECDSA public keys.
|
|||||||
Features
|
Features
|
||||||
========
|
========
|
||||||
|
|
||||||
< 100 lines of code | <1kb gzipped | 1.8kb minified | 3.1kb with comments
|
< 125 lines of code | <1kb gzipped | 2.0kb minified | 3.5kb with comments
|
||||||
|
|
||||||
* [x] SSH Public Key SHA256 Fingerprints
|
* [x] SSH Public Key SHA256 Fingerprints
|
||||||
* RSA (2048-bit, 3072-bit, 4096-bit)
|
* RSA (2048-bit, 3072-bit, 4096-bit)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ssh-fingerprint",
|
"name": "greenlock-ssh-fingerprint",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "💯 SSH Fingerprint in a lightweight, zero-dependency VanillaJS node library.",
|
"description": "💯 SSH Fingerprint in < 125 lines of VanillaJS node, Zero Dependencies.",
|
||||||
"homepage": "https://git.coolaj86.com/coolaj86/ssh-fingerprint.js",
|
"homepage": "https://git.coolaj86.com/coolaj86/ssh-fingerprint.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -24,6 +24,7 @@
|
|||||||
"url": "https://git.coolaj86.com/coolaj86/ssh-fingerprint.js"
|
"url": "https://git.coolaj86.com/coolaj86/ssh-fingerprint.js"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
"zero-dependency",
|
||||||
"SSH",
|
"SSH",
|
||||||
"Fingerprint",
|
"Fingerprint",
|
||||||
"rsa",
|
"rsa",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user