Gathering detailed insights and metrics for @ethersproject/logger
Gathering detailed insights and metrics for @ethersproject/logger
Gathering detailed insights and metrics for @ethersproject/logger
Gathering detailed insights and metrics for @ethersproject/logger
Complete Ethereum library and wallet implementation in JavaScript.
npm install @ethersproject/logger
Typescript
Module System
Node Version
NPM Version
100
Supply Chain
79
Quality
76
Maintenance
100
Vulnerability
100
License
ethers/v6.13.4 (2024-10-10 18:01)
Published on 12 Oct 2024
ethers/v6.13.3 (2024-09-30 22:08)
Published on 01 Oct 2024
ethers/v6.13.2 (2024-07-25 18:20)
Published on 25 Jul 2024
ethers/v6.13.1 (2024-06-18 02:37)
Published on 18 Jun 2024
ethers/v6.13.0 (2024-06-04 01:38)
Published on 04 Jun 2024
ethers/v6.12.2 (2024-05-30 17:24)
Published on 02 Jun 2024
TypeScript (65.73%)
JavaScript (34.21%)
HTML (0.05%)
Total Downloads
157,314,945
Last Day
107,139
Last Week
949,073
Last Month
4,502,527
Last Year
46,387,500
8,038 Stars
689 Commits
1,886 Forks
104 Watching
22 Branches
3 Contributors
Latest Version
5.7.0
Package Id
@ethersproject/logger@5.7.0
Unpacked Size
67.86 kB
Size
12.24 kB
File Count
20
NPM Version
ethers-dist@0.0.1
Node Version
18.7.0
Cumulative downloads
Total Downloads
Last day
-47.6%
107,139
Compared to previous day
Last week
-9.1%
949,073
Compared to previous week
Last month
2.3%
4,502,527
Compared to previous month
Last year
-8.7%
46,387,500
Compared to previous year
A complete, compact and simple library for Ethereum and ilk, written in TypeScript.
Features
For advisories and important notices, follow @ethersproject on Twitter (low-traffic, non-marketing, important information only) as well as watch this GitHub project.
For more general news, discussions, and feedback, follow or DM me, @ricmoo on Twitter or on the Ethers Discord.
For the latest changes, see the CHANGELOG.
Summaries
NodeJS
/home/ricmoo/some_project> npm install ethers
Browser (ESM)
The bundled library is available in the ./dist/
folder in this repo.
<script type="module">
import { ethers } from "./dist/ethers.min.js";
</script>
Browse the documentation online:
Ethers works closely with an ever-growing list of third-party providers to ensure getting started is quick and easy, by providing default keys to each service.
These built-in keys mean you can use ethers.getDefaultProvider()
and
start developing right away.
However, the API keys provided to ethers are also shared and are intentionally throttled to encourage developers to eventually get their own keys, which unlock many other features, such as faster responses, more capacity, analytics and other features like archival data.
When you are ready to sign up and start using for your own keys, please check out the Provider API Keys in the documentation.
A special thanks to these services for providing community resources:
The ethers
package only includes the most common and most core
functionality to interact with Ethereum. There are many other
packages designed to further enhance the functionality and experience.
call
to reduce latency and backend request capacityMIT License (including all dependencies).
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
11 commit(s) and 11 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
1 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2024-12-16
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More