Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
rarbgto-api
Advanced tools
API to search for torrent files on Rarbg website.
Like every other npm package, run the command
npm install rarbgto-api
Search torrent files for South Park season 19 episode 6.
var rarbgToApi = require('rarbgto-api');
rarbgToApi.search('South Park S19E06', { category: 'tv' }).then(torrentList => {
torrentList.forEach(torrentInfo => console.log(torrentInfo));
});
Search and return the list of torrent files found by rarbg.to.
The list is limited to the first page of results, 25 items max. It is sorted by seeds count in descending order.
Category list is the following: tv, movies, xxx, games, music, software, nonxxx, ebooks.
Note: As in the website, nonxxx does not include ebooks.
Returns a promise which is resolved when the search is complete.
This promise returns a list of objects containing the rarbg torrent unique id, title, filename, seeds count and torrent file download url.
FAQs
API to search for torrent files on rarbg.to website
We found that rarbgto-api 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.