![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
btdb-search
Advanced tools
A simple way to search for torrents in btdb.to
Html scraper of BitTorrent Database. Lets find a list of magnets links by query string. Return ArrayJson as result. Based on @theroich/torrentz2
npm install btdb-search
var btdb = require('btdb-search');
btdb.search('Ubuntu').then(function (data) {
console.log(data);
});
/*
{ magnet: 'magnet:?xt=urn:btih:8D2F56F13D1C52B866B26DE726716163A01D2BB6&dn=Lubuntu+12.10+from+LXDE+and+Ubuntu&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce',
name: 'Lubuntu 12.10 from LXDE and Ubuntu',
size: '692.29 MB',
popularity: '1099' },
{ magnet: 'magnet:?xt=urn:btih:51710E9E86907981A45C785575F56F650A2F793C&dn=ubuntu-14.04&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce',
name: 'ubuntu-14.04',
size: '2.98 GB',
popularity: '47' },
{ magnet: 'magnet:?xt=urn:btih:EB16DACA02F39EDA7A8EFDE6A4D849FA5EF1BDE5&dn=Ubuntu+12.04&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce',
name: 'Ubuntu 12.04',
size: '2.69 GB',
popularity: '3' },...
*/
FAQs
A simple way to search for torrents in btdb.to
The npm package btdb-search receives a total of 0 weekly downloads. As such, btdb-search popularity was classified as not popular.
We found that btdb-search 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.