
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
Minimal on-disc store for IPLD.
let store = require('ipld-store')(__dirname + '/test.db')
safe means that buffers will be validated against the multihash in
the cid before storage. You can turn this off for performance purposes
if you're performing the hash elsewhere.
Accepts a CID instance or base58 encoded string.
Returns a promise that resolves when the data is stored.
Accepts a CID instance or base58 encoded string.
Returns a promise that resolves a Buffer instance.
Note: The buffer is not validated against the multihash in the CID on get.
If you are concerned that the underlying disc store has been compromised
you should perform this check manually.
Accepts a CID instance or base58 encoded string.
Returns a promise that resolves to a boolean.
Accepts a CID instance or base58 encoded string.
Returns a promise that resolves when the data is deleted.
When no transactions are sent this method returns a bulk object.
transactions must be an array of transactions in the form of:
{ type: 'put',
cid: 'zb2rhd7kzCsbM7VpTvwxcWRnwZE468yj2supGt8gwY75FsFrH',
buffer: Buffer.from('test')}
Or
{ type: 'del',
cid: 'zb2rhd7kzCsbM7VpTvwxcWRnwZE468yj2supGt8gwY75FsFrH'
}
Accepts a CID instance or base58 encoded string.
Accepts a CID instance or base58 encoded string.
Put operation is queue to be performed on flush().
Accepts a CID instance or base58 encoded string.
Delete operation is queue to be performed on flush().
Returns a promise that resolves when all the pending transactions are flushed to disc.
FAQs
Minimal on-disc store for IPLD.
The npm package ipld-store receives a total of 2 weekly downloads. As such, ipld-store popularity was classified as not popular.
We found that ipld-store 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.

Security News
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.