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.20
to
0.0.21-alpha.0
+2
-1
errors.d.ts

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

AccountNameRequired = "AccountNameRequired",
AccountNameUsed = "AccountNameUsed"
AccountNameUsed = "AccountNameUsed",
InvalidMnemonic = "InvalidMnemonic"
}

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

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

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

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

{
"name": "@coong/utils",
"version": "0.0.20",
"version": "0.0.21-alpha.0+9e76d82",
"description": "Utilities for Coong wallet",

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

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