🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@gotabit/crypto

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gotabit/crypto - npm Package Compare versions

Comparing version
0.1.2
to
1.1.27
+2
-2
dist/utils.d.ts

@@ -1,3 +0,3 @@

declare type PrivKey = Uint8Array | string | bigint | number;
declare type PubKey = Uint8Array | string;
type PrivKey = Uint8Array | string | bigint | number;
type PubKey = Uint8Array | string;
export declare const getEncryptParams: (privKey: PrivKey, pubKey: PubKey, method?: 'basic' | 'ecies') => Promise<{

@@ -4,0 +4,0 @@ encryptKey: string;

@@ -1,1 +0,1 @@

{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAKA,aAAK,OAAO,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;AACrD,aAAK,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC;AAElC,eAAO,MAAM,gBAAgB,YAClB,OAAO,UACR,MAAM,WACL,OAAO,GAAG,OAAO;;;;;;;;;;;;EA0B3B,CAAC"}
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAKA,KAAK,OAAO,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;AACrD,KAAK,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC;AAElC,eAAO,MAAM,gBAAgB,YAClB,OAAO,UACR,MAAM,WACL,OAAO,GAAG,OAAO;;;;;;;;;;;;EA0B3B,CAAC"}
{
"name": "@gotabit/crypto",
"description": "Cosmos Wallet core",
"version": "0.1.2",
"version": "1.1.27",
"author": "GotaBit DEV <dev@gotabit.org>",

@@ -62,4 +62,4 @@ "license": "MIT",

"dependencies": {
"@cosmjs/crypto": "^0.29.3",
"@cosmjs/encoding": "^0.29.3",
"@cosmjs/crypto": "0.31.0",
"@cosmjs/encoding": "0.31.0",
"@noble/hashes": "^1.1.5",

@@ -71,3 +71,3 @@ "@noble/secp256k1": "^1.7.0",

},
"gitHead": "962b0816a0d610ae283e948f1bb0b49ab8ed2b03"
"gitHead": "5f0bd4d41db9b31b9b06078535a5e2cd02835a69"
}