Sign In

@coong/utils

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coong/utils - npm Package Compare versions

Comparing version
0.0.21-alpha.6
to
0.0.21
+2
-1
errors.d.ts

@@ -15,3 +15,4 @@ export declare enum ErrorCode {

AccountNameUsed = "AccountNameUsed",
InvalidMnemonic = "InvalidMnemonic"
InvalidMnemonic = "InvalidMnemonic",
OriginalHashNotFound = "OriginalHashNotFound"
}

@@ -18,0 +19,0 @@ export declare const ErrorCodes: string[];

@@ -17,2 +17,3 @@ export var ErrorCode;

ErrorCode["InvalidMnemonic"] = "InvalidMnemonic";
ErrorCode["OriginalHashNotFound"] = "OriginalHashNotFound";
})(ErrorCode || (ErrorCode = {}));

@@ -19,0 +20,0 @@ export const ErrorCodes = Object.values(ErrorCode);

{
"name": "@coong/utils",
"version": "0.0.21-alpha.6+8b76262",
"version": "0.0.21",
"description": "Utilities for Coong wallet",

@@ -23,3 +23,3 @@ "author": "Thang X. Vu <thang@coongwallet.io>",

"license": "Apache-2.0",
"gitHead": "8b7626225c70a206e62ebb5c152d7078dd399b64"
"gitHead": "27f4b0440eaf80aa1f37fccd72986f0c81ba30d7"
}
// THIS FILE IS AUTO-GENERATED, DO NOT EDIT!
export const packageInfo = { name: '@coong/utils', version: '0.0.21-alpha.0' };
export const packageInfo = { name: '@coong/utils', version: '0.0.21' };