
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@ipshipyard/libp2p-devtools
Advanced tools
Browser DevTools plugin to inspect a libp2p node running on the current page
Browser DevTools plugin to inspect a libp2p node running on the current page
A DevTools plugin that adds a "libp2p" tab to your developer tools that contacts a libp2p node running on the current page.
Works with @ipshipyard/libp2p-inspector-metrics which supplies metrics and allows us to interact with the running node.
Until this plugin is published on the relevant browser plugin stores, please run this locally.
npm i && npm run build
Configure @ipshipyard/libp2p-inspector-metrics
as your metrics implementation:
import { createLibp2p } from 'libp2p'
import { inspectorMetrics } from '@ipshipyard/libp2p-inspector-metrics'
const node = await createLibp2p({
metrics: inspectorMetrics(),
//... other options her
})
With the move to Manifest v3, users must now opt in to running content scripts on a page.
Please click the extensions button, then grant the extension permission to run:
Please click the extensions button, then grant the extension permission to run:
Browse to your webapp and open the DevTools, you should see a "libp2p" tab towards the right hand side of the toolbar. Click it to see stats about the running node.
$ npm i @ipshipyard/libp2p-devtools
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
Browser DevTools plugin to inspect a libp2p node running on the current page
The npm package @ipshipyard/libp2p-devtools receives a total of 0 weekly downloads. As such, @ipshipyard/libp2p-devtools popularity was classified as not popular.
We found that @ipshipyard/libp2p-devtools 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.