
Research
PyPI Package Impersonates SymPy to Deliver Cryptomining Malware
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.
hypercore-strong-identifier
Advanced tools
Generate a strong link to a hypercore seq that contains a root hash of the merkle tree at that time
Generate a "strong" link to a hypercore seq that contains a root hash of the merkle tree at that time.
npm install hypercore-strong-identifier
const strongIdentifier = require('hypercore-strong-identifier')
strongIdentifier.generate(someFeed, 42, function (err, link) {
if (err) throw err
console.log(link) // {feed: someFeed.key, seq: 42, treeHash: <buf>}
strongIdentifier.verify(someFeed, link, function (err, data) {
// returns an error the feed key doesn't match
// or if the merkle tree hash is different
if (err) throw err
// otherwise the data at the seq is returned
console.log(data)
})
})
strongIdentifier.generate(feed, seq, cb)Generate a strong identifier. Returns an object that looks like this:
{
feed: <the-feed-key>,
seq: <seq passed in>,
treeHash: <the root hash of the merkle tree at seq>
}
strongIdentifier.verify(feed, link, cb)Verifies a strong link and returns the data at the seq if it validates.
MIT
FAQs
Generate a strong link to a hypercore seq that contains a root hash of the merkle tree at that time
We found that hypercore-strong-identifier demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.