Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@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
The npm package @libp2p/peer-id receives a total of 8,002 weekly downloads. As such, @libp2p/peer-id popularity was classified as popular.
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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.