
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
libp2p-record
Advanced tools
[
](https://travis-ci.org/diasdavid/js-libp2p-record)
JavaScript libp2p record object follows specification(IPRS) implementation
// Record is a IPLD object
{
'@context': {
mlink: 'http://merkle-link'
},
scheme: {
mlink: <hash to validity scheme or identifier for hard coded validity scheme>
},
expires: <data>, // datetime at which record expires
value: <data>, // the data that this Record Stores
}
A record type should be identified by its validity scheme and a record validity scheme should be a MerkleDAG object containing its validity checking rules, however, for simplicity, we have developed 4 types of records, in which their validity schemes are hardcoded in this module. To identify which validity scheme to use, we use a enum:
Reference: https://github.com/ipfs/specs/tree/master/records#example-record-types
FAQs
libp2p record implementation
The npm package libp2p-record receives a total of 2,109 weekly downloads. As such, libp2p-record popularity was classified as popular.
We found that libp2p-record demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.