
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
npm install xtorrent
const xtorrent = require('xtorrent');
xtorrent.search({query: 'New Girl S01E12'}).then(data => {
console.log(data);
});
xtorrent
.search({
query: 'Battlestar Galactica',
category: 'TV',
orderBy: 'time',
sortBy: 'desc',
page: 2,
})
.then(data => {
console.log(data);
});
url
{string} optional.
If you need to use custom domain.
page
{integer} optional.
If you need more results you can ask for page 2, etc. Default is 1.
category
{string} optional.
To search only in the specified category.
Must be one of those values: 'Movies', 'TV', 'Games', 'Music', 'Apps', 'Documentaries', 'Anime', 'Other', 'XXX'.
orderBy
{string} optional.
To sort the results.
Must be one of those values: 'time', 'size', 'seeders', 'leechers'. Default is 'seeders'.
sortBy
{string} optional.
To sort the results.
Must be one of those values: 'desc', 'asc'. Default is 'desc'.
xtorrent
.info(
'http://1337x.org/torrent/738290/Brooklyn-Nine-Nine-S01E15-HDTV-x264-2HD-ettv/',
)
.then(data => {
console.log(data);
});
FAQs
1337x unoffical api
We found that xtorrent 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.