
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
youtube-search-no-limit
Advanced tools
Because of its reliance on the Youtube search page format, if Youtube were to release a new version that does not comform to the current formatting this package may break. Works as of 2022-06-22.
Because of its reliance on the Youtube search page format, if Youtube were to release a new version that does not comform to the current formatting this package may break. Works as of 2022-06-22.
# Using npm
$ npm install youtube-search-no-limit
# Using yarn
$ yarn add youtube-search-no-limit
# Using pnpm
$ pnpm i youtube-search-no-limit
import { search } from 'youtube-search-no-limit'
const videos = await search('Cat videos')
console.log(`Found ${videos.length} videos:`)
videos.forEach((video) => {
console.log(`\t${video.title} by ${video.channel.name} with a duration of ${video.durationText}`)
})
This package uses the normal Youtube search page instead of the API, thus circumventing the API limit. Therefore, this library can do more free searches than the 100 that you can do with the normal (free) API in a day.
Should work on any Node.js version that can use ESM modules (i.e. type="module"
in package.json
).
Uses the MIT license.
See LICENSE
FAQs
Because of its reliance on the Youtube search page format, if Youtube were to release a new version that does not comform to the current formatting this package may break. Works as of 2022-06-22.
The npm package youtube-search-no-limit receives a total of 4 weekly downloads. As such, youtube-search-no-limit popularity was classified as not popular.
We found that youtube-search-no-limit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.