Socket
Socket
Sign inDemoInstall

fancy-select

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fancy-select - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

index.js

@@ -90,4 +90,2 @@ var mercury = require('mercury')

return {

@@ -94,0 +92,0 @@ render: function (state) {

5

package.json
{
"name": "fancy-select",
"description": "a unidirectional combobox component based on the aria spec",
"version": "0.8.0",
"version": "0.8.1",
"repository": {

@@ -23,3 +23,4 @@ "url": "nrw/fancy-select"

"option-tree": "^0.2.0",
"styled-string-width": "^0.1.2"
"styled-string-width": "^0.1.2",
"virtual-hyperscript": "^4.5.0"
},

@@ -26,0 +27,0 @@ "devDependencies": {

var slice = Array.prototype.slice
var mutableFocus = require('./mutable-focus')
var focusHook = require('virtual-hyperscript/hooks/focus-hook')

@@ -103,3 +103,3 @@ var Key = {ENTER: 13, BACKSPACE: 8, UP: 38, DOWN: 40, ESCAPE: 27}

function inputEvent (state, e) {
mutableFocus()
focusHook()
if (textboxEvents[e.type]) {

@@ -106,0 +106,0 @@ textboxEvents[e.type](state, e)

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