Gathering detailed insights and metrics for @arkecosystem/peers
Gathering detailed insights and metrics for @arkecosystem/peers
Gathering detailed insights and metrics for @arkecosystem/peers
Gathering detailed insights and metrics for @arkecosystem/peers
A simple TypeScript peer discovery client for the ARK Blockchain.
npm install @arkecosystem/peers
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Stars
62 Commits
12 Forks
2 Watchers
4 Branches
8 Contributors
Updated on Feb 12, 2022
Latest Version
0.3.0
Package Id
@arkecosystem/peers@0.3.0
Unpacked Size
163.58 kB
Size
20.30 kB
File Count
14
NPM Version
6.13.4
Node Version
12.14.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Lead Maintainer: Brian Faust
1yarn add @arkecosystem/peers
1import { PeerDiscovery } from "@arkecosystem/peers";
2
3peerDiscovery = await PeerDiscovery.new({
4 networkOrHost: "devnet"
5})
6
7peers = peerDiscovery
8 .withVersion(">=2.4.0-next.0")
9 .withLatency(300)
10 .sortBy("latency")
11 .findPeersWithPlugin("core-api");
1import { PeerDiscovery } from "@arkecosystem/peers";
2
3peerDiscovery = await PeerDiscovery.new({
4 networkOrHost: "http://dexplorer.ark.io/api/peers",
5})
6
7peers = peerDiscovery
8 .withVersion(">=2.4.0-next.0")
9 .withLatency(300)
10 .sortBy("latency")
11 .findPeersWithPlugin("core-api");
1yarn test
If you discover a security vulnerability within this package, please send an e-mail to security@ark.io. All security vulnerabilities will be promptly addressed.
This project exists thanks to all the people who contribute.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 3/4 approved changesets -- score normalized to 7
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
26 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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