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

@ewc-lib/ewc-dialog-feedback

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ewc-lib/ewc-dialog-feedback - npm Package Compare versions

Comparing version 2.0.0-alpha to 2.0.1-alpha

4

package.json
{
"name": "@ewc-lib/ewc-dialog-feedback",
"version": "2.0.0-alpha",
"version": "2.0.1-alpha",
"description": "",

@@ -14,4 +14,4 @@ "main": "src/main.js",

"dependencies": {
"@ewc-lib/ewc-dialog": "^2.0.0-alpha"
"@ewc-lib/ewc-dialog": "^2.0.1-alpha"
}
}

@@ -32,3 +32,3 @@ import * as HTML from "./html.js" // keep this file html free

setTimeout(() => {
super.visible = true
this.visible = true
this.#btnYes.focus()

@@ -38,2 +38,8 @@ }, 2000)

set visible(val) {
super.visible=val
super.focusTrap.setFirstElement( this.querySelector(".ewc-dialog-feedback__checkbox") )
super.focusTrap.setLastElement( this.querySelector(".ewc-dialog-feedback__close-btn--survey").closest("button") )
}
#initCookie() {

@@ -40,0 +46,0 @@ Cookie.name = this.getAttribute("cookiename")

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