Socket
Socket
Sign inDemoInstall

@ethersproject/wallet

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/wallet - npm Package Compare versions

Comparing version 6.0.0-beta.3 to 6.0.0-beta.4

2

lib/_version.d.ts

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

export declare const version = "@ethersproject/wallet@6.0.0-beta.3";
export declare const version = "@ethersproject/wallet@6.0.0-beta.4";
//# sourceMappingURL=_version.d.ts.map

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

export const version = "@ethersproject/wallet@6.0.0-beta.3";
export const version = "@ethersproject/wallet@6.0.0-beta.4";
//# sourceMappingURL=_version.js.map

@@ -17,3 +17,3 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {

import { AbstractSigner } from "@ethersproject/providers";
import { computeAddress, Transaction } from "@ethersproject/transactions";
import { computeAddress, Transaction } from "@ethersproject/transaction";
import { logger } from "./logger.js";

@@ -20,0 +20,0 @@ export class BaseWallet extends AbstractSigner {

@@ -19,3 +19,3 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {

import { SigningKey } from "@ethersproject/signing-key";
import { computeAddress } from "@ethersproject/transactions";
import { computeAddress } from "@ethersproject/transaction";
import { langEn } from "@ethersproject/wordlists/lib/lang-en.js";

@@ -22,0 +22,0 @@ import { logger } from "./logger.js";

@@ -5,3 +5,3 @@ import { CTR } from "aes-js";

import { keccak256, pbkdf2, randomBytes, scrypt, scryptSync } from "@ethersproject/crypto";
import { computeAddress } from "@ethersproject/transactions";
import { computeAddress } from "@ethersproject/transaction";
import { logger } from "./logger.js";

@@ -8,0 +8,0 @@ import { getPassword, spelunk, uuidV4, zpad } from "./utils.js";

@@ -16,3 +16,3 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {

import { SigningKey } from "@ethersproject/signing-key";
import { computeAddress } from "@ethersproject/transactions";
import { computeAddress } from "@ethersproject/transaction";
import { BaseWallet } from "./base-wallet.js";

@@ -19,0 +19,0 @@ import { HDNodeWallet } from "./hdwallet.js";

@@ -12,3 +12,3 @@ {

"@ethersproject/strings": "^6.0.0-beta.1",
"@ethersproject/transactions": "^6.0.0-beta.1",
"@ethersproject/transaction": "^6.0.0-beta.1",
"@ethersproject/wordlists": "^6.0.0-beta.1",

@@ -22,3 +22,3 @@ "aes-js": "4.0.0-beta.2"

"ethereum": "donations.ethers.eth",
"gitHead": "4fcde0967317451fac6cec6addba8258f98c14b5",
"gitHead": "d434fb442195df29fe4867ca9c9f77c4e43ac4b9",
"keywords": [

@@ -44,6 +44,6 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0x13aa7e75d4f3c3a73493843bfa39e6e73381c54cda2084e5754512f333e60429",
"tarballHash": "0x027fd06e73c6bc6067987a3f06d372cab7a4ef9054b4b21061c2ed61e5bfe94c",
"type": "module",
"types": "./lib/index.d.ts",
"version": "6.0.0-beta.3"
"version": "6.0.0-beta.4"
}

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

export const version = "@ethersproject/wallet@6.0.0-beta.3";
export const version = "@ethersproject/wallet@6.0.0-beta.4";

@@ -5,3 +5,3 @@ import { getAddress, resolveAddress } from "@ethersproject/address";

import { AbstractSigner } from "@ethersproject/providers";
import { computeAddress, Transaction } from "@ethersproject/transactions";
import { computeAddress, Transaction } from "@ethersproject/transaction";

@@ -13,3 +13,3 @@ import { logger } from "./logger.js";

import type { SigningKey } from "@ethersproject/signing-key";
import type { TransactionLike } from "@ethersproject/transactions";
import type { TransactionLike } from "@ethersproject/transaction";

@@ -16,0 +16,0 @@

@@ -7,3 +7,3 @@ import { arrayify, concat, dataSlice, hexlify } from "@ethersproject/bytes";

import { SigningKey } from "@ethersproject/signing-key";
import { computeAddress } from "@ethersproject/transactions";
import { computeAddress } from "@ethersproject/transaction";
import { langEn } from "@ethersproject/wordlists/lib/lang-en.js";

@@ -10,0 +10,0 @@

@@ -6,3 +6,3 @@ import { CTR } from "aes-js";

import { keccak256, pbkdf2, randomBytes, scrypt, scryptSync } from "@ethersproject/crypto";
import { computeAddress } from "@ethersproject/transactions";
import { computeAddress } from "@ethersproject/transaction";

@@ -9,0 +9,0 @@ import { logger } from "./logger.js";

import { isHexString } from "@ethersproject/bytes";
import { randomBytes } from "@ethersproject/crypto";
import { SigningKey } from "@ethersproject/signing-key";
import { computeAddress } from "@ethersproject/transactions";
import { computeAddress } from "@ethersproject/transaction";

@@ -6,0 +6,0 @@ import { BaseWallet } from "./base-wallet.js";

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

Sorry, the diff of this file is not supported yet

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