Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@libp2p/peer-id
Advanced tools
Implementation of @libp2p/interface-peer-id
An implementation of a peer id
import { peerIdFromString } from '@libp2p/peer-id'
const peer = peerIdFromString('12D3KooWKnDdG3iXw9eTFijk3EWSunZcFi54Zka4wmtqtt6rPxc8')
console.log(peer.toCID()) // CID(bafzaa...)
console.log(peer.toString()) // "12D3K..."
$ npm i @libp2p/peer-id
<script>
tagLoading this module through a script tag will make its exports available as Libp2pPeerId
in the global namespace.
<script src="https://unpkg.com/@libp2p/peer-id/dist/index.min.js"></script>
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
Implementation of @libp2p/interface-peer-id
We found that @libp2p/peer-id demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.