
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
tiktok-scraper-nowatermarks
Advanced tools
Wrapper for TikFast to download videos without watermarks
Saves Tiktok videos without TikTok watermark. Use only for your own videos.
$ npm install --save tiktok-scraper-nowatermarks
import getVideoWatermarkFree, { Video } from tiktok-scraper-nowatermarks;
const url = 'https://www.tiktok.com/@test/video/71581153224555456456';
(async () => {
const video : Video = await getVideoWatermarkFree(url);
console.log(video);
})();
Return information about a video of type Video
.
Output for example above:
{
url: 'https://v16m-us.tiktokcdn.com/15bdsadsadsad2d757b/635845a1/video/tos/useast2a/tos-useast2a-ve-0068c003/oABWI15SxIkLCggNvAqfQd3hUCzQb6AZtotjAZ/?a=1233&ch=0&cr=3&dr=0&lr=all&cd=0%7C0%7C0%7C3&cv=1&br=4146&bt=2073&cs=0&ds=6&ft=td_L48hPoTVD12NZYp88-Ux9vdbOgF_ODS2&mime_type=video_mp4&qs=0&rc=PDY4Z2k7Z2k2Z2g0aWU8Z0BpajQ8cGc6ZnBlZzMzNzczM0A2LjUwYF4tXzYxYGNhYWJfYSNwZjVhcjRva19gLS1kMTZzcw%3D%3D&l=20221025142212010245002146192AA3D8&btag=80000&cc=24',
vid: '71581153224555456456',
description: '#fyp 🤓☕️👍'
}
FAQs
Wrapper for TikFast to download videos without watermarks
The npm package tiktok-scraper-nowatermarks receives a total of 37 weekly downloads. As such, tiktok-scraper-nowatermarks popularity was classified as not popular.
We found that tiktok-scraper-nowatermarks 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.