Socket
Socket
Sign inDemoInstall

popup-select

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "popup-select",
"version": "1.1.0",
"version": "1.1.1",
"description": "Popup select box, for playback",

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

@@ -26,9 +26,11 @@ function invalidSelect (el) {

}
pop.onclick = pop.onchange = pop.onblur = e => {
pop.onclick = pop.onchange = e => {
if (isKeyDown && e.type == 'change') return
removeSelect()
}
pop.onblur = e => {
removeSelect(true)
}
setTimeout(()=>{
pop.onblur = e => {
removeSelect(true)
}
})
pop.onkeydown = e => {

@@ -35,0 +37,0 @@ if (e.keyCode == 27) { // esc

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