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.2 to 1.0.3

10

index.js

@@ -61,5 +61,9 @@ const puppeteer = require("puppeteer-extra")

async close() {
await this.browser.close();
this.browser = null
this.page = null
if (this.browser) {
await this.browser.close();
this.browser = null
}
if (this.page) {
this.page = null
}
}

@@ -66,0 +70,0 @@ }

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

@@ -21,2 +21,4 @@ "main": "index.js",

"dependencies": {
"axios": "^0.19.2",
"nanoid": "^2.1.11",
"puppeteer": "^2.1.1",

@@ -23,0 +25,0 @@ "puppeteer-extra": "^3.1.9",

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