Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
tiktok-stats
Advanced tools
This package gives you the statistics of which user tiktok !
Use the package manager npm to install tiktok-stats.
npm i tiktok-stats
const tiktokStats = require("tiktok-stats");
const stats = await new tiktokStats.Stats("account").getStats();
console.log(stats) // Return all accounts informations
Exemple of return :
{
"user": {
"username": "Pioupia",
"profileName": "pioupia_dev",
"avatar": "https://p77-sign-sg.tiktokcdn.com/aweme/720x720/tos-alisg-avt-0068/f8ca5ba97d27cb3f90c02afc140bc7db.jpeg?x-expires=1605636000&x-signature=0awvFhUVv82Kj%2BZtDEG%2B8WKYAYw%3D",
"description": "Développeur de site web & de bots Discord.",
"certified": false
},
"stats": { "following": 2, "follower": 1, "like": 29 }
}
If the user does not exist, package return :
{
"code": 404,
"error": "This account cannot be found"
}
or
{
"code": 429,
"error": "The page cannot load."
}
This error appears because tiktok blocks when they receive too many requests.
● Patch error for any account and account not found.
Made by Pioupia with ❤️
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
FAQs
This package gives you the statistics of which user tiktok !
We found that tiktok-stats 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.