@peerbit/crypto
Advanced tools
Comparing version 2.3.2-81d59ee to 2.3.2-8abb258
@@ -5,3 +5,3 @@ /** | ||
*/ | ||
export declare const coerce: (o: any) => Uint8Array; | ||
export declare const coerce: (o: any) => Uint8Array<ArrayBufferLike>; | ||
//# sourceMappingURL=bytes.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export declare const randomBytes: (len: number) => Uint8Array; | ||
export declare const randomBytes: (len: number) => Uint8Array<ArrayBuffer>; | ||
//# sourceMappingURL=random.browser.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export declare const randomBytes: (len: number) => Buffer; | ||
export declare const randomBytes: (len: number) => Buffer<ArrayBufferLike>; | ||
//# sourceMappingURL=random.d.ts.map |
@@ -1,8 +0,8 @@ | ||
export declare const fromHexString: (hexString: string) => Uint8Array; | ||
export declare const fromHexString: (hexString: string) => Uint8Array<ArrayBufferLike>; | ||
export declare const toHexString: (bytes: Uint8Array) => string; | ||
export declare const toBase64: (arr: Uint8Array) => string; | ||
export declare const fromBase64: (base64: string) => Uint8Array; | ||
export declare const fromBase64: (base64: string) => Uint8Array<ArrayBufferLike>; | ||
export declare const toBase64URL: (arr: Uint8Array) => string; | ||
export declare const fromBase64URL: (base64: string) => Uint8Array; | ||
export declare const fromBase64URL: (base64: string) => Uint8Array<ArrayBufferLike>; | ||
export declare const toBase58: (arr: Uint8Array) => string; | ||
//# sourceMappingURL=utils.d.ts.map |
{ | ||
"name": "@peerbit/crypto", | ||
"version": "2.3.2-81d59ee", | ||
"version": "2.3.2-8abb258", | ||
"description": "Crypto fn", | ||
@@ -71,3 +71,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@peerbit/cache": "2.1.0-81d59ee", | ||
"@peerbit/cache": "2.1.0-8abb258", | ||
"@dao-xyz/borsh": "^5.2.3", | ||
@@ -74,0 +74,0 @@ "@stablelib/sha256": "^2.0.0", |
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
Sorry, the diff of this file is not supported yet
175454
+ Added@peerbit/cache@2.1.0-8abb258(transitive)
- Removed@peerbit/cache@2.1.0-81d59ee(transitive)
Updated@peerbit/cache@2.1.0-8abb258