
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
nishi-yt is a lightweight Node.js API for downloading YouTube media. It supports both video and audio downloads and is not an official tool from en.loader.to.
Install the package via npm or yarn:
npm i nishi-yt --save
yarn add nishi-yt
const yt = require("nishi-yt")
// Details, check in files test.js
const yt = require("nishi-yt")
// 📂 Download Media
yt.download({
yt_link: "https://music.youtube.com/watch?v=m8Zqd58XuoA&list=OLAK5uy_n0t6KymP-tb3EUjViyWXXA4cT1raHJEl8", // Enter the YouTube video url here
yt_format: "mp3", // Choose several formats to download, you can see it in the script configuration ./lib/config.js
logs: true, // Just for check running (default: false)
saveId: true // saves url to load in case anyone downloads with same url id (default: false)
}).then(results => {
console.log(results)
})
Results, This data appears after the download is complete.
// Results data in time 18/04/2023 (Asia/Jakarta)
{
info: {
title: 'Kawaii Aesthetic',
id: 'm8Zqd58XuoA',
},
media: 'https://marilyn7.oceansaver.in/pacific/?k7Ck2foXI1QgGl9rQ37bjBE9HXQ'
}
FAQs
Simple api youtube downloader is not official from en.loader.to
The npm package nishi-yt receives a total of 7 weekly downloads. As such, nishi-yt popularity was classified as not popular.
We found that nishi-yt 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
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.