Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
youtube-thumbnail-grabber-ts
Advanced tools
a simple package for grabbing youtube video thumbnails
Provides a link to all qualities of YouTube thumbnails (maximum, high quality, standard quality, default).
Install with npm:
$ npm i youtube-thumbnail-grabber
There are two parameters required. The first is the YouTube link, and the second is the quality.
import grabLink from 'youtube-thumbnail-grabber'
console.log(grabLink('https://www.youtube.com/watch?v=a3ICNMQW7Ok', 'max'))
//for maximum quality pass 'max'
//for high quality pass 'hq'
//for medium quality pass 'mq'
//for standard quality pass 'sd'
//for default quality pass 'default'
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
$ npm install && npm test
Released under the MIT License.
FAQs
a simple package for grabbing youtube video thumbnails
The npm package youtube-thumbnail-grabber-ts receives a total of 0 weekly downloads. As such, youtube-thumbnail-grabber-ts popularity was classified as not popular.
We found that youtube-thumbnail-grabber-ts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.