Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@khanacademy/wonder-blocks-clickable

Package Overview
Dependencies
Maintainers
1
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/wonder-blocks-clickable - npm Package Compare versions

Comparing version 2.2.7 to 2.3.0

6

CHANGELOG.md
# @khanacademy/wonder-blocks-clickable
## 2.3.0
### Minor Changes
- ee6fc773: Added keyboard support to search items when the dropdown is focused, included "Enter" as a key to trigger actions with the "option" role
## 2.2.7

@@ -4,0 +10,0 @@

2

dist/es/index.js

@@ -21,3 +21,2 @@ import _objectWithoutPropertiesLoose from '@babel/runtime/helpers/objectWithoutPropertiesLoose';

case "listbox":
case "option":
return {

@@ -31,2 +30,3 @@ triggerOnEnter: false,

case "menu":
case "option":
default:

@@ -33,0 +33,0 @@ return {

@@ -137,3 +137,2 @@ module.exports =

case "listbox":
case "option":
return {

@@ -148,2 +147,3 @@ triggerOnEnter: false,

case "menu":
case "option":
default:

@@ -150,0 +150,0 @@ return {

{
"name": "@khanacademy/wonder-blocks-clickable",
"version": "2.2.7",
"version": "2.3.0",
"design": "v1",

@@ -18,3 +18,3 @@ "description": "Clickable component for Wonder-Blocks.",

"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-core": "^4.3.2"

@@ -21,0 +21,0 @@ },

@@ -28,3 +28,2 @@ // @flow

case "listbox":
case "option":
return {

@@ -38,2 +37,3 @@ triggerOnEnter: false,

case "menu":
case "option":
default:

@@ -40,0 +40,0 @@ return {

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