Socket
Socket
Sign inDemoInstall

@ethersproject/json-wallets

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/json-wallets - npm Package Compare versions

Comparing version 5.0.10 to 5.0.11

lib.esm/_version.d.ts.map

3

lib.esm/_version.d.ts

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

export declare const version = "json-wallets/5.0.10";
export declare const version = "json-wallets/5.0.11";
//# sourceMappingURL=_version.d.ts.map

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

export const version = "json-wallets/5.0.10";
export const version = "json-wallets/5.0.11";
//# sourceMappingURL=_version.js.map

@@ -18,1 +18,2 @@ import { ExternallyOwnedAccount } from "@ethersproject/abstract-signer";

export declare function decrypt(json: string, password: Bytes | string): ExternallyOwnedAccount;
//# sourceMappingURL=crowdsale.d.ts.map

@@ -9,1 +9,2 @@ import { Bytes } from "@ethersproject/bytes";

export { decryptCrowdsale, decryptKeystore, decryptKeystoreSync, encryptKeystore, isCrowdsaleWallet, isKeystoreWallet, getJsonWalletAddress, decryptJsonWallet, decryptJsonWalletSync, ProgressCallback, EncryptOptions, };
//# sourceMappingURL=index.d.ts.map
export declare function isCrowdsaleWallet(json: string): boolean;
export declare function isKeystoreWallet(json: string): boolean;
export declare function getJsonWalletAddress(json: string): string;
//# sourceMappingURL=inspect.d.ts.map

@@ -34,1 +34,2 @@ import { ExternallyOwnedAccount } from "@ethersproject/abstract-signer";

export declare function encrypt(account: ExternallyOwnedAccount, password: Bytes | string, options?: EncryptOptions, progressCallback?: ProgressCallback): Promise<string>;
//# sourceMappingURL=keystore.d.ts.map

@@ -7,1 +7,2 @@ import { Bytes, BytesLike } from "@ethersproject/bytes";

export declare function uuidV4(randomBytes: BytesLike): string;
//# sourceMappingURL=utils.d.ts.map

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

export declare const version = "json-wallets/5.0.10";
export declare const version = "json-wallets/5.0.11";
//# sourceMappingURL=_version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "json-wallets/5.0.10";
exports.version = "json-wallets/5.0.11";
//# sourceMappingURL=_version.js.map

@@ -18,1 +18,2 @@ import { ExternallyOwnedAccount } from "@ethersproject/abstract-signer";

export declare function decrypt(json: string, password: Bytes | string): ExternallyOwnedAccount;
//# sourceMappingURL=crowdsale.d.ts.map

@@ -9,1 +9,2 @@ import { Bytes } from "@ethersproject/bytes";

export { decryptCrowdsale, decryptKeystore, decryptKeystoreSync, encryptKeystore, isCrowdsaleWallet, isKeystoreWallet, getJsonWalletAddress, decryptJsonWallet, decryptJsonWalletSync, ProgressCallback, EncryptOptions, };
//# sourceMappingURL=index.d.ts.map
export declare function isCrowdsaleWallet(json: string): boolean;
export declare function isKeystoreWallet(json: string): boolean;
export declare function getJsonWalletAddress(json: string): string;
//# sourceMappingURL=inspect.d.ts.map

@@ -34,1 +34,2 @@ import { ExternallyOwnedAccount } from "@ethersproject/abstract-signer";

export declare function encrypt(account: ExternallyOwnedAccount, password: Bytes | string, options?: EncryptOptions, progressCallback?: ProgressCallback): Promise<string>;
//# sourceMappingURL=keystore.d.ts.map

@@ -7,1 +7,2 @@ import { Bytes, BytesLike } from "@ethersproject/bytes";

export declare function uuidV4(randomBytes: BytesLike): string;
//# sourceMappingURL=utils.d.ts.map

@@ -30,3 +30,3 @@ {

],
"gitHead": "e0ccafb140ad8a10353a49909b8d425ba71b87de",
"gitHead": "4f67ecdf628268724077ffbbde4b188cd48579ec",
"keywords": [

@@ -52,5 +52,5 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0xb6dbfcea0322ccc57a52808f8ff8fa801391a7bbaabded7eecd8f6f8fe75042f",
"tarballHash": "0x1d2395a8e8ad28a926ec3ede5ec2942b4f770e56f6a320dcc942f149456bca43",
"types": "./lib/index.d.ts",
"version": "5.0.10"
"version": "5.0.11"
}

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

export const version = "json-wallets/5.0.10";
export const version = "json-wallets/5.0.11";
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