@burstjs/crypto
Advanced tools
Comparing version 0.0.13 to 0.0.14
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const util_1 = require("@burstjs/util"); | ||
const burstUtil_1 = require("./burstUtil"); | ||
exports.getAccountIdFromBurstAddress = (address) => { | ||
return util_1.decode(address); | ||
return burstUtil_1.BurstUtil.decode(address); | ||
}; | ||
//# sourceMappingURL=getAccountIdFromBurstAddress.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const util_1 = require("@burstjs/util"); | ||
const burstUtil_1 = require("./burstUtil"); | ||
exports.getBurstAddressFromAccountId = (id) => { | ||
return util_1.encode(id); | ||
return burstUtil_1.BurstUtil.encode(id); | ||
}; | ||
//# sourceMappingURL=getBurstAddressFromAccountId.js.map |
@@ -9,6 +9,4 @@ export * from './crypto'; | ||
export * from './encryptMessage'; | ||
export * from './getAccountIdFromBurstAddress'; | ||
export * from './generateMasterKeys'; | ||
export * from './getAccountIdFromPublicKey'; | ||
export * from './getBurstAddressFromAccountId'; | ||
export * from './hashSHA256'; | ||
@@ -15,0 +13,0 @@ export * from './passPhraseGenerator'; |
@@ -14,6 +14,4 @@ "use strict"; | ||
__export(require("./encryptMessage")); | ||
__export(require("./getAccountIdFromBurstAddress")); | ||
__export(require("./generateMasterKeys")); | ||
__export(require("./getAccountIdFromPublicKey")); | ||
__export(require("./getBurstAddressFromAccountId")); | ||
__export(require("./hashSHA256")); | ||
@@ -20,0 +18,0 @@ __export(require("./passPhraseGenerator")); |
{ | ||
"name": "@burstjs/crypto", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Cryptographic functions for building Burstcoin apps.", | ||
@@ -43,3 +43,3 @@ "contributors": [ | ||
"dependencies": { | ||
"@burstjs/util": "^0.0.13", | ||
"@burstjs/util": "^0.0.14", | ||
"@types/crypto-js": "^3.1.43", | ||
@@ -57,3 +57,3 @@ "@types/node": "^10.12.18", | ||
}, | ||
"gitHead": "d270043990cbfc28dd72c675499b4502eb7a1c40", | ||
"gitHead": "52816c035b215eeff299acec2dc9877ec69622ae", | ||
"publishConfig": { | ||
@@ -60,0 +60,0 @@ "access": "public" |
@@ -10,6 +10,4 @@ /** @module crypto */ | ||
export * from './encryptMessage'; | ||
export * from './getAccountIdFromBurstAddress'; | ||
export * from './generateMasterKeys'; | ||
export * from './getAccountIdFromPublicKey'; | ||
export * from './getBurstAddressFromAccountId'; | ||
export * from './hashSHA256'; | ||
@@ -16,0 +14,0 @@ export * from './passPhraseGenerator'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
369382
87
3282
+ Added@burstjs/util@0.0.14(transitive)
- Removed@burstjs/util@0.0.13(transitive)
Updated@burstjs/util@^0.0.14