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

5

modules/upload.js

@@ -152,4 +152,7 @@

let videoId = await waitForSelector(page, `#details > ytcp-video-metadata-editor-sidepanel > ytcp-video-info > div > div.row.style-scope.ytcp-video-info > div.left.style-scope.ytcp-video-info > div.value.style-scope.ytcp-video-info > span > a`)
videoId = await page.evaluate((b) => b.innerHTML.trim(), videoId)
await clickSelector(page, `#close-icon-button > tp-yt-iron-icon`)
resolve()
resolve(videoId.split("/").pop())
}).catch(err => {

@@ -156,0 +159,0 @@ reject(err)

2

package.json
{
"name": "cookieyoutubeuploader",
"version": "1.1.2",
"version": "1.1.3",
"description": "",

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

@@ -11,2 +11,3 @@ let puppeteer = require("puppeteer-extra")

uploader.makeComment(browser, {
}, {

@@ -13,0 +14,0 @@ videoUrl: `https://www.youtube.com/watch?v=6VO9g_bce8s&ab_channel=TopofReddit`,

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