Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
pkg update
pkg upgrade
pkg install nodejs
npm i dhn-api --save
const dhn_api = require("dhn-api");
(async() => {
const API = await dhn_api.KomikuSearch("naruto");
console.log(API);
}();
Output:
[
{
status: 200,
creator: '@dehan_j1ng',
manga: 'Naruto',
manga_desc: 'Update 10 bulan lalu. Naruto adalah ninja adalah sesama penghuni desa.',
manga_url: 'https://data3.komiku.id/manga/naruto/',
manga_thumb: 'https://cover.komiku.id/wp-content/uploads/2020/08/Komik-Naruto.jpg?resize=450,235&quality=60',
chapter: {
pertama: 'https://data3.komiku.id/ch/komik-naruto-chapter-1-bahasa-indonesia/',
terbaru: 'https://data3.komiku.id/ch/komik-naruto-chapter-711-bahasa-indonesia/'
}
}
]
const dhn_api = require("dhn-api");
( async () => {
const API = await dhn_api;
console.log(API)
})();
Output:
{
BBCNews: [AsyncFunction: BBC],
metroNews: [AsyncFunction: metroTV_],
CNNNews: [AsyncFunction: CNN_],
iNews: [AsyncFunction: iNewsTV_],
KumparanNews: [AsyncFunction: Kumparan_],
TribunNews: [AsyncFunction: Tribun_],
DailyNews: [AsyncFunction: DailyNews_],
DetikNews: [AsyncFunction: DetikNews_],
OkezoneNews: [AsyncFunction: Okezone_],
CNBCNews: [AsyncFunction: CNBC_],
FajarNews: [AsyncFunction: KoranFajar_],
KompasNews: [AsyncFunction: Kompas_],
SindoNews: [AsyncFunction: KoranSindo_],
TempoNews: [AsyncFunction: TempoNews_],
IndozoneNews: [AsyncFunction: Indozone_],
AntaraNews: [AsyncFunction: AntaraNews_],
RepublikaNews: [AsyncFunction: Republika_],
KomikuSearch: [AsyncFunction: Komiku_],
AniPlanetSearch: [AsyncFunction: AnimePlanet_],
KomikFoxSearch: [AsyncFunction: KomikFox_],
KomikStationSearch: [AsyncFunction: KomikStation_],
MangakuSearch: [AsyncFunction: Mangakus_],
KiryuuSearch: [AsyncFunction: Kiryuus_],
KissMangaSearch: [AsyncFunction: KissM_],
KlikMangaSearch: [AsyncFunction: KlikS_],
PalingMurah: [AsyncFunction: palingmurah_],
LayarKaca21: [AsyncFunction: layarkaca_],
AminoApps: [AsyncFunction: Amino_],
Emojis: [AsyncFunction: Emojing_]
}
List | Name |
---|---|
Type | Anime |
1 | Komiku Search |
2 | Anime Planet Search |
3 | Komik Fox Search |
4 | Komok Station Search |
5 | Mangaku Search |
6 | Kiryuu Search |
7 | Kissmanga Search |
8 | Klikmanga Search |
List | Name |
---|---|
Type | News |
1 | Kompas News |
2 | CNN News |
3 | CNBC News |
4 | Tribun News |
5 | Kumparan News |
6 | Daily News |
7 | Detik News |
8 | BCC News |
9 | Metro News |
10 | INews News |
11 | Sindo News |
12 | Fajar News |
13 | Okezone News |
14 | Indozone News |
15 | Tempo News |
16 | Republika News |
17 | Antara News |
List | Name |
---|---|
Type | Search |
1 | Paling Murah Search |
2 | LayarKaca21 Search |
3 | AminoApps Search |
List | Name |
---|---|
Type | Other |
1 | Emoji to Png |
baakaaaaa !1!1!1!1!!!! :3
FAQs
An Example Api's
The npm package dhn-api receives a total of 32,266 weekly downloads. As such, dhn-api popularity was classified as popular.
We found that dhn-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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.