Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.0-beta.137 to 5.0.0-beta.138

2

lib.esm/_version.d.ts

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

export declare const version = "json-wallets/5.0.0-beta.137";
export declare const version = "json-wallets/5.0.0-beta.138";

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

export const version = "json-wallets/5.0.0-beta.137";
export const version = "json-wallets/5.0.0-beta.138";
import { ExternallyOwnedAccount } from "@ethersproject/abstract-signer";
import { Bytes } from "@ethersproject/bytes";
import { Description } from "@ethersproject/properties";
interface _CrowdsaleAccount {
export interface _CrowdsaleAccount {
address: string;

@@ -18,2 +18,1 @@ privateKey: string;

export declare function decrypt(json: string, password: Bytes | string): ExternallyOwnedAccount;
export {};

@@ -5,3 +5,3 @@ import { ExternallyOwnedAccount } from "@ethersproject/abstract-signer";

import { Description } from "@ethersproject/properties";
interface _KeystoreAccount {
export interface _KeystoreAccount {
address: string;

@@ -35,2 +35,1 @@ privateKey: string;

export declare function encrypt(account: ExternallyOwnedAccount, password: Bytes | string, options?: EncryptOptions, progressCallback?: ProgressCallback): Promise<string>;
export {};

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

export declare const version = "json-wallets/5.0.0-beta.137";
export declare const version = "json-wallets/5.0.0-beta.138";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "json-wallets/5.0.0-beta.137";
exports.version = "json-wallets/5.0.0-beta.138";
import { ExternallyOwnedAccount } from "@ethersproject/abstract-signer";
import { Bytes } from "@ethersproject/bytes";
import { Description } from "@ethersproject/properties";
interface _CrowdsaleAccount {
export interface _CrowdsaleAccount {
address: string;

@@ -18,2 +18,1 @@ privateKey: string;

export declare function decrypt(json: string, password: Bytes | string): ExternallyOwnedAccount;
export {};

@@ -5,3 +5,3 @@ import { ExternallyOwnedAccount } from "@ethersproject/abstract-signer";

import { Description } from "@ethersproject/properties";
interface _KeystoreAccount {
export interface _KeystoreAccount {
address: string;

@@ -35,2 +35,1 @@ privateKey: string;

export declare function encrypt(account: ExternallyOwnedAccount, password: Bytes | string, options?: EncryptOptions, progressCallback?: ProgressCallback): Promise<string>;
export {};

@@ -39,5 +39,5 @@ {

},
"tarballHash": "0x444f5beaea128ad7f3894689177e2b70875b2ddd08fcae32a0dd09d499f6bf81",
"tarballHash": "0x1b8de5f813685d657c1fc20d0a7bd90d2d297e03341a9a93c5d65d594bdb7862",
"types": "./lib/index.d.ts",
"version": "5.0.0-beta.137"
"version": "5.0.0-beta.138"
}
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