Gathering detailed insights and metrics for @blockpool-io/peers
Gathering detailed insights and metrics for @blockpool-io/peers
Gathering detailed insights and metrics for @blockpool-io/peers
Gathering detailed insights and metrics for @blockpool-io/peers
A simple TypeScript peer discovery client for the ARK Blockchain.
npm install @blockpool-io/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
25 Commits
1 Forks
1 Branches
Updated on Sep 05, 2019
Latest Version
0.2.1
Package Id
@blockpool-io/peers@0.2.1
Unpacked Size
173.84 kB
Size
16.51 kB
File Count
14
NPM Version
6.9.0
Node Version
11.15.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 @blockpool-io/peers
1import { PeerDiscovery } from "@blockpool-io/peers";
2
3await PeerDiscovery.new("devnet")
4 .withVersion(">=2.4.0-next.0")
5 .withLatency(300)
6 .sortBy("latency")
7 .findPeersWithPlugin("core-api");
1import { PeerDiscovery } from "@blockpool-io/peers";
2
3await PeerDiscovery.new("http://api.testnet.blockpool.io:9031/api/v2/peers")
4 .withVersion(">=2.4.0-next.0")
5 .withLatency(300)
6 .sortBy("latency")
7 .findPeersWithPlugin("core-api");
1yarn test
If you discover a security vulnerability within this package, please send an e-mail to support@blockpool.io. All security vulnerabilities will be promptly addressed.
This project exists thanks to all the people who contribute.
MIT © Blockpool MIT © ARK Ecosystem
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/21 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
65 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