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

@truecarry/tiktok-signature

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@truecarry/tiktok-signature - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -41,5 +41,7 @@ const puppeteer = require("puppeteer-extra")

this.page = await this.browser.newPage();
await this.page.goto('file://' + __dirname + '/index.html', { waitUntil: 'load' });
await this.page.emulate(iPhonex);
await this.page.setUserAgent(this.userAgent);
await this.page.goto('file://' + __dirname + '/index.html', { waitUntil: 'load' });
if (this.tac) {

@@ -46,0 +48,0 @@ await this.page.evaluate((x) => {

{
"name": "@truecarry/tiktok-signature",
"version": "1.0.1",
"version": "1.0.2",
"description": "Install `jsdom`",

@@ -24,4 +24,3 @@ "main": "index.js",

"puppeteer-extra-plugin-stealth": "^2.4.9"
},
"devDependencies": {}
}
}
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