
Product
Introducing Immutable Scans
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.
torrent-blob-store
Advanced tools
Read-only BitTorrent backed streaming blob store
npm install torrent-blob-store
var torrents = require('torrent-blob-store')
var store = torrents()
// create a read stream to some star trek fan fiction
var rs = store.createReadStream({
link: 'magnet:?xt=urn:btih:ef330b39f4801d25b4245212e75a38634bfc856e',
index: 1 // get the file at index 1
})
rs.on('data', function(data) {
console.log('received:', data) // data received from peers
})
rs.on('end', function() {
console.log('(no more data)')
})
You can pass in the same options in the blob store constructor as in torrent-stream.
All read streams needs link to be set. Currently only magnet links are supported
MIT
FAQs
Read-only BitTorrent backed streaming blob store
We found that torrent-blob-store demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.