@zilliqa-js/crypto
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.1.0
@@ -630,5 +630,5 @@ import { BN, validation, bytes } from '@zilliqa-js/util'; | ||
/** | ||
* encodeBase58 -the function currently not in use, so we will deprecate it | ||
* encodeBase58 - may be required for DID public key | ||
* undeprecating this function after version 2.0.0 | ||
* | ||
* @deprecated since version 1.0.0 | ||
* @param {string} hex - base 16 encoded string | ||
@@ -664,5 +664,5 @@ * @returns {string} - big endian base 58 encoded string | ||
/** | ||
* decodeBase58 - the function currently not in use, so we will deprecate it | ||
* decodeBase58 - may be required for DID public key | ||
* undeprecating this function after version 2.0.0 | ||
* | ||
* @deprecated since version 1.0.0 | ||
* @param {string} raw - base 58 string | ||
@@ -669,0 +669,0 @@ * @returns {string} - big endian base 16 string |
@@ -634,5 +634,5 @@ (function (global, factory) { | ||
/** | ||
* encodeBase58 -the function currently not in use, so we will deprecate it | ||
* encodeBase58 - may be required for DID public key | ||
* undeprecating this function after version 2.0.0 | ||
* | ||
* @deprecated since version 1.0.0 | ||
* @param {string} hex - base 16 encoded string | ||
@@ -668,5 +668,5 @@ * @returns {string} - big endian base 58 encoded string | ||
/** | ||
* decodeBase58 - the function currently not in use, so we will deprecate it | ||
* decodeBase58 - may be required for DID public key | ||
* undeprecating this function after version 2.0.0 | ||
* | ||
* @deprecated since version 1.0.0 | ||
* @param {string} raw - base 58 string | ||
@@ -673,0 +673,0 @@ * @returns {string} - big endian base 16 string |
@@ -96,5 +96,5 @@ /// <reference types="bn.js" /> | ||
/** | ||
* encodeBase58 -the function currently not in use, so we will deprecate it | ||
* encodeBase58 - may be required for DID public key | ||
* undeprecating this function after version 2.0.0 | ||
* | ||
* @deprecated since version 1.0.0 | ||
* @param {string} hex - base 16 encoded string | ||
@@ -105,5 +105,5 @@ * @returns {string} - big endian base 58 encoded string | ||
/** | ||
* decodeBase58 - the function currently not in use, so we will deprecate it | ||
* decodeBase58 - may be required for DID public key | ||
* undeprecating this function after version 2.0.0 | ||
* | ||
* @deprecated since version 1.0.0 | ||
* @param {string} raw - base 58 string | ||
@@ -110,0 +110,0 @@ * @returns {string} - big endian base 16 string |
@@ -191,5 +191,5 @@ "use strict"; | ||
/** | ||
* encodeBase58 -the function currently not in use, so we will deprecate it | ||
* encodeBase58 - may be required for DID public key | ||
* undeprecating this function after version 2.0.0 | ||
* | ||
* @deprecated since version 1.0.0 | ||
* @param {string} hex - base 16 encoded string | ||
@@ -225,5 +225,5 @@ * @returns {string} - big endian base 58 encoded string | ||
/** | ||
* decodeBase58 - the function currently not in use, so we will deprecate it | ||
* decodeBase58 - may be required for DID public key | ||
* undeprecating this function after version 2.0.0 | ||
* | ||
* @deprecated since version 1.0.0 | ||
* @param {string} raw - base 58 string | ||
@@ -230,0 +230,0 @@ * @returns {string} - big endian base 16 string |
{ | ||
"name": "@zilliqa-js/crypto", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.1.0", | ||
"description": "Core crypto utilities for signing/verification/hashing Zilliqa transactions.", | ||
@@ -43,3 +43,3 @@ "author": "Ian Tan (https://github.com/iantanwx)", | ||
}, | ||
"gitHead": "4657bf5791d4faaf5ff56a1a5571ec63e12597b0" | ||
"gitHead": "f0f2cd91196d265d1d99fd7ca4fbfe0b67005d6b" | ||
} |
@@ -219,5 +219,5 @@ // Copyright (C) 2018 Zilliqa | ||
/** | ||
* encodeBase58 -the function currently not in use, so we will deprecate it | ||
* encodeBase58 - may be required for DID public key | ||
* undeprecating this function after version 2.0.0 | ||
* | ||
* @deprecated since version 1.0.0 | ||
* @param {string} hex - base 16 encoded string | ||
@@ -256,5 +256,5 @@ * @returns {string} - big endian base 58 encoded string | ||
/** | ||
* decodeBase58 - the function currently not in use, so we will deprecate it | ||
* decodeBase58 - may be required for DID public key | ||
* undeprecating this function after version 2.0.0 | ||
* | ||
* @deprecated since version 1.0.0 | ||
* @param {string} raw - base 58 string | ||
@@ -261,0 +261,0 @@ * @returns {string} - big endian base 16 string |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
1923556