
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@ipshipyard/libp2p-inspector-metrics
Advanced tools
Collect libp2p metrics and send them to browser DevTools
Collect libp2p metrics and send them to browser DevTools
Configure your browser-based libp2p node with DevTools metrics:
import { createLibp2p } from 'libp2p'
import { inspectorMetrics } from '@ipshipyard/libp2p-inspector-metrics'
const node = await createLibp2p({
metrics: inspectorMetrics()
})
Then use the DevTools plugin for Chrome or Firefox to inspect the state of your running node.
$ npm i @ipshipyard/libp2p-inspector-metrics
<script>
tagLoading this module through a script tag will make its exports available as IpshipyardLibp2pInspectorMetrics
in the global namespace.
<script src="https://unpkg.com/@ipshipyard/libp2p-inspector-metrics/dist/index.min.js"></script>
Collect libp2p metrics and send them to an inspector
Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
FAQs
Collect libp2p metrics and send them to browser DevTools
We found that @ipshipyard/libp2p-inspector-metrics demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.