
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@ethersproject/abstract-provider
Advanced tools
An Abstract Class for describing an Ethereum Provider for ethers.
This sub-module is part of the ethers project.
It is responsible for defining the common interface for a Provider, which in ethers differs quite substantially from Web3.js.
A Provider is an abstraction of non-account-based operations on a blockchain and is generally not directly involved in signing transaction or data.
For signing, see the Abstract Signer or Wallet sub-modules.
For more information, see the documentation.
Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.
const {
Provider,
ForkEvent,
BlockForkEvent,
TransactionForkEvent,
TransactionOrderForkEvent,
// Types
BlockTag,
Block,
BlockWithTransactions,
TransactionRequest,
TransactionResponse,
TransactionReceipt,
Log,
EventFilter,
Filter,
FilterByBlockHash,
EventType,
Listener
} = require("@ethersproject/abstract-provider");
MIT License
web3.js is a popular library for interacting with the Ethereum blockchain. It provides similar functionalities to @ethersproject/abstract-provider, such as querying the blockchain, sending transactions, and listening for events. However, web3.js has a larger footprint and can be more complex to use compared to ethers.js.
ethjs is a lightweight JavaScript library for interacting with the Ethereum blockchain. It provides similar functionalities to @ethersproject/abstract-provider but is designed to be minimalistic and easy to use. It is a good alternative for developers looking for a smaller library.
FAQs
An Abstract Class for describing an Ethereum Provider for ethers.
The npm package @ethersproject/abstract-provider receives a total of 1,085,062 weekly downloads. As such, @ethersproject/abstract-provider popularity was classified as popular.
We found that @ethersproject/abstract-provider demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.