Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

cookieyoutubeuploader

Package Overview
Dependencies
169
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.5 to 1.1.6

7

modules/upload.js

@@ -138,5 +138,3 @@

let videoId = await waitForXPath(page, `/html/body/ytcp-uploads-dialog/tp-yt-paper-dialog/div/ytcp-animatable[1]/ytcp-uploads-review/div[3]/ytcp-video-info/div/div[2]/div[1]/div[2]/span/a`)
videoId = await page.evaluate((b) => b.innerHTML.trim(), videoId)
let videoId
let finishedText = await waitForXPath(page, `/html/body/ytcp-uploads-dialog/tp-yt-paper-dialog/div/ytcp-animatable[2]/div/div[1]/ytcp-video-upload-progress/span`)

@@ -149,4 +147,5 @@ await new Promise((resolve2, reject2) => {

clearInterval(lastInterval)
videoId = await page.evaluate((b) => b.innerHTML.trim(), await waitForXPath(page, `/html/body/ytcp-uploads-dialog/tp-yt-paper-dialog/div/ytcp-animatable[1]/ytcp-uploads-review/div[3]/ytcp-video-info/div/div[2]/div[1]/div[2]/span/a`))
await clickSelector(page, "#done-button")
resolve2()

@@ -153,0 +152,0 @@ }

{
"name": "cookieyoutubeuploader",
"version": "1.1.5",
"version": "1.1.6",
"description": "",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc