
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
otakudesu-api
Advanced tools
Otakudesu API is an npm package that can be used to retrieve data from the otakudesu website. This package provides several APIs that can be used to retrieve anime lists, search anime, ongoing anime, complete anime, anime information, episodes, genre lists, anime lists by genre, and video links.
To install the Otakudesu package, you can use npm. Open your terminal or command prompt and type:
# with npm
npm install otakudesu-api
# with pnpm
pnpm add otakudesu-api
# with yarn
yarn add otakudesu-api
For usage, you can see the tests/
folder. The tests folder contains several examples of how to use the Otakudesu API package.
import OtakudesuApi from 'otakudesu-api'
const api = new OtakudesuApi()
// or
const api = new OtakudesuApi('https://otakudesu.cloud')
// ...
const search = await api.search('Solo Leveling')
// ...
const ongoing = await api.ongoing()
// with paging
const ongoing = await api.ongoing(2)
// ...
const complete = await api.complete()
// with paging
const complete = await api.complete(2)
// ...
const genres = await api.genres()
// ...
const genres = await api.genres('/genres/action/')
// with paging
const genres = await api.genres('/genres/action/', 2)
// ...
const detail = await api.detail('/anime/shaman-king-flowers-sub-indo/')
// ...
const video = await api.video('/episode/skflower-episode-10-sub-indo/')
Contributions are welcome, and if you have any issues with this package, you are welcome to open the issue on the github repository.
Copyright © 2024 zeindevs. Licensed under the Apache License, Version 2.0 (the "License");
FAQs
Otakudesu API (Web Scraper)
The npm package otakudesu-api receives a total of 0 weekly downloads. As such, otakudesu-api popularity was classified as not popular.
We found that otakudesu-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.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.