New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tobyg74/tiktok-api-dl

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tobyg74/tiktok-api-dl - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13-fix

2

lib/utils/tiktok_stalker.js

@@ -10,3 +10,2 @@ "use strict";

const api_1 = require("../api");
const fs_1 = __importDefault(require("fs"));
const getCookie = () => new Promise((resolve, reject) => {

@@ -30,3 +29,2 @@ axios_1.default

.then(({ data }) => {
fs_1.default.writeFileSync("data.html", data);
const $ = (0, cheerio_1.load)(data);

@@ -33,0 +31,0 @@ const result = JSON.parse($("script#__UNIVERSAL_DATA_FOR_REHYDRATION__").text());

2

package.json
{
"name": "@tobyg74/tiktok-api-dl",
"version": "1.0.12",
"version": "1.0.13-fix",
"description": "Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc