Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@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 49,928 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.