Socket
Socket
Sign inDemoInstall

web3-eth-accounts

Package Overview
Dependencies
37
Maintainers
4
Versions
374
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    web3-eth-accounts

Package for managing Ethereum accounts and signing


Version published
Weekly downloads
398K
decreased by-3.64%
Maintainers
4
Install size
6.57 MB
Created
Weekly downloads
 

Changelog

Source

[4.1.1]

Added

web3
  • To fix issue #6190, added the functionality to introduce different timeout value for Web3. (#6336)
web3-core
  • To fix issue #6190, added the functionality to introduce different timeout value for Web3. (#6336)
web3-eth-contract
  • In case of error events there will be inner error also available for details

Fixed

web3-eth
  • Added return type for formatSubscriptionResult in class NewHeadsSubscription (#6368)
web3-core
  • Fixed rpc errors not being sent as an inner error when using the send method on request manager (#6300).
web3-errors
  • ESM import bug (#6359)
web3-eth-contract
  • Fixed bug in contract.events.allEvents
web3-validator
  • ESM import bug (#6359)

Changed

web3-eth-abi
  • Dependencies updated
web3-eth-accounts
  • Dependencies updated
web3-eth-ens
  • Dependencies updated
web3-eth-iban
  • Dependencies updated
web3-eth-personal
  • Dependencies updated
web3-net
  • Dependencies updated
web3-providers-http
  • Dependencies updated
web3-providers-ipc
  • Dependencies updated
web3-providers-ws
  • Dependencies updated
web3-rpc-methods
  • Dependencies updated
web3-types
  • Dependencies updated
web3-utils
  • Dependencies updated

Readme

Source

web3.js

web3.js - Web3 Eth Accounts

ES Version Node Version NPM Package Downloads

This is a sub-package of web3.js.

web3-eth-accounts contains functionality for managing Ethereum accounts and signing.

Installation

You can install the package either using NPM or using Yarn

Using NPM

npm install web3-eth-accounts

Using Yarn

yarn add web3-eth-accounts

Getting Started

Prerequisites

Package.json Scripts

ScriptDescription
cleanUses rimraf to remove dist/
buildUses tsc to build package and dependent packages
lintUses eslint to lint package
lint:fixUses eslint to check and fix any warnings
formatUses prettier to format the code
testUses jest to run unit tests
test:integrationUses jest to run tests under /test/integration
test:unitUses jest to run tests under /test/unit

FAQs

Last updated on 17 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc