
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
youtube-keyword-extractor
Advanced tools
**YouTube extract video tags without the need for the official YouTube API USING JAVASCRIPT**
YouTube extract video tags without the need for the official YouTube API USING JAVASCRIPT
npm install youtube-keyword-extractor
const { getVideoTags } = require('youtube-keyword-extractor');
const url = "https://www.youtube.com/watch?v=J1cqaKDXY3w&ab_channel=NationalGeographic"; // Use https / http Links
const tags = getVideoTags(url).then(console.log);
national geographic, nat geo, natgeo, animals, wildlife, science, explore, discover, survival, nature, culture, documentary, perpetual planet nat geo, Wicked Tuna, Battle Line, Bluefin Season, New England’s best fisherman, New England, Best Fisherman, Pinwheel Fish Fight, Fish Fight, Hospitality, Belligerent fish, Tuna fishing, Bluefin tuna, Old fishing spot, Pinwheel, Old Fish, Fishing video, fishing, wicked tuna national geographic, wicket tuna clips, wicked tuna compilation
const { getChannelTags } = require('youtube-keyword-extractor');
const url = "https://www.youtube.com/@NatGeo"; // Use https / http Links
const tags = getChannelTags(url).then(console.log);
national, geographic, animal, earth, water, mountain, adventure, wild, attack, explorer, dog, whisperer, dogtown, cesar, milan
FAQs
**YouTube extract video tags without the need for the official YouTube API USING JAVASCRIPT**
The npm package youtube-keyword-extractor receives a total of 0 weekly downloads. As such, youtube-keyword-extractor popularity was classified as not popular.
We found that youtube-keyword-extractor 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.