
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
node-yt-search
Advanced tools
NPM INSTALL To Donwload the dependencies
Example Usage:
const search = require('...');
const opts = {
maxResults: 3,
pageToken: '',
videoPart: 'snippet,statistics',
key: 'YOUR TOKEN HERE',
};
search('Depeche Mode - Enjoy the Silence', opts, (err, results, pageInfo) => {
if (err) console.log(err);
console.log(result);
});
Structure returned.
pageInfo:
{ totalResults: 1000000,
resultsPerPage: 3,
nextPageToken: 'CAMQAA',
prevPageToken: undefined
}
result:
{ kind: 'youtube#videoListResponse',
etag: '"VPWTmrH7dFmi4s1RqrK4tLejnRI/dSRKwYvxOzUWdQE9d8dCcaKOwKo"',
pageInfo: { totalResults: 3, resultsPerPage: 3 },
items:[
{
kind: 'youtube#video',
etag: '"VPWTmrH7dFmi4s1RqrK4tLejnRI/bBvOzg1k65HOaje_CGQODgxAvUk"',
id: 'B_3TlrZLpQ0',
snippet: [Object],
contentDetails: [Object]
},
{
kind: 'youtube#video',
etag: '"VPWTmrH7dFmi4s1RqrK4tLejnRI/ZZNwolMVYMjZU8UPTrtOK_ShrM0"',
id: 'MB37Xobja4w',
snippet: [Object],
contentDetails: [Object]
},
{
kind: 'youtube#video',
etag: '"VPWTmrH7dFmi4s1RqrK4tLejnRI/Tz7du2Nt_YphdaHNrY3PwCh2isw"',
id: 'JlvDXOuBvLo',
snippet: [Object],
contentDetails: [Object]
}
]
}
For more details on the structure returned please visit YouTube API Reference.
Credits: This project was inspired by the following project available in GitHub MaxGfeller.
FAQs
Search in YouTube With NodeJS
The npm package node-yt-search receives a total of 1 weekly downloads. As such, node-yt-search popularity was classified as not popular.
We found that node-yt-search 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.