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.0.1 to 1.0.2

4

modules/functions.js

@@ -67,3 +67,3 @@ const waitForSelector = (page, selector) => {

await element.focus()
await page.keyboard.type(text)
await page.keyboard.type(text, { delay: 100 })

@@ -80,3 +80,3 @@ resolve()

await element.focus()
await page.keyboard.type(text)
await page.keyboard.type(text, { delay: 100 })

@@ -83,0 +83,0 @@ resolve()

@@ -153,2 +153,3 @@

await clickSelector(page, `#close-icon-button > tp-yt-iron-icon`)
resolve()
}).catch(err => {

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

{
"name": "cookieyoutubeuploader",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc