Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zilliqa-js/crypto

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zilliqa-js/crypto - npm Package Compare versions

Comparing version 2.0.0-alpha.1 to 2.1.0

8

dist/index.esm.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc