Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
node-tiklydown
Advanced tools
Wrapper for TiklyDown API to download TikTok posts
const { v1, v2, v3, v4, stalk } = require("node-tiklydown");
To download a TikTok video, use the v1
function with the TikTok URL as a parameter.
v1(url).then(data => {
// Do something with the data
});
To download a TikTok video or slide images, use the v2
function with the TikTok URL as a parameter.
v2(url).then(data => {
// Do something with the data
});
To download a TikTok video or slide images, use the v3
function with the TikTok URL as a parameter.
v3(url).then(data => {
// Do something with the data
});
To download a TikTok video or slide images, use the v4
function with the TikTok URL as a parameter.
v4(url).then(data => {
// Do something with the data
});
To retrieve TikTok user information, use the stalk
function with the TikTok username as a parameter.
stalk(username).then(data => {
// Do something with the data
});
FAQs
Wrapper For TiklyDown API to use download TikTok Post
The npm package node-tiklydown receives a total of 1,332 weekly downloads. As such, node-tiklydown popularity was classified as popular.
We found that node-tiklydown demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.