crypto-addr-codec
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -7,2 +7,3 @@ 'use strict'; | ||
const eosPublicKey = require('./eos/key_public'); | ||
const { encodeCheck, decodeCheck, calculateChecksum } = require('./str/publicKey'); | ||
@@ -18,3 +19,6 @@ module.exports = { | ||
codec, | ||
eosPublicKey | ||
eosPublicKey, | ||
encodeCheck, | ||
decodeCheck, | ||
calculateChecksum | ||
}; |
{ | ||
"name": "crypto-addr-codec", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Light weight package for serializing different crypto addresses", | ||
@@ -23,9 +23,12 @@ "main": "./lib/index.js", | ||
"base-x": "^3.0.8", | ||
"base32.js": "^0.1.0", | ||
"bigi": "^1.4.2", | ||
"bs58": "^4.0.1", | ||
"crc": "^3.8.0", | ||
"inherits": "latest", | ||
"lodash": "^4.17.15", | ||
"ripemd160": "latest", | ||
"sha.js": "^2.4.11", | ||
"sha3": "^2.1.1", | ||
"inherits": "latest" | ||
"sha3": "^2.1.1" | ||
} | ||
} |
35900
20
972
12
+ Addedbase32.js@^0.1.0
+ Addedcrc@^3.8.0
+ Addedlodash@^4.17.15
+ Addedbase32.js@0.1.0(transitive)
+ Addedbuffer@5.7.1(transitive)
+ Addedcrc@3.8.0(transitive)
+ Addedlodash@4.17.21(transitive)