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

@blueprintjs/select

Package Overview
Dependencies
Maintainers
1
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintjs/select - npm Package Compare versions

Comparing version 4.1.4 to 4.1.5

8

lib/cjs/common/itemRenderer.d.ts

@@ -17,4 +17,8 @@ import { MouseEventHandler } from "react";

handleClick: MouseEventHandler<HTMLElement>;
/** Focus event handler to set this as the "active" item */
handleFocus: () => void;
/**
* Focus event handler to set this as the "active" item.
*
* N.B. this is optional to preserve back-compat; it will become required in the next major version.
*/
handleFocus?: () => void;
index?: number;

@@ -21,0 +25,0 @@ /** Modifiers that describe how to render this item, such as `active` or `disabled`. */

@@ -17,4 +17,8 @@ import { MouseEventHandler } from "react";

handleClick: MouseEventHandler<HTMLElement>;
/** Focus event handler to set this as the "active" item */
handleFocus: () => void;
/**
* Focus event handler to set this as the "active" item.
*
* N.B. this is optional to preserve back-compat; it will become required in the next major version.
*/
handleFocus?: () => void;
index?: number;

@@ -21,0 +25,0 @@ /** Modifiers that describe how to render this item, such as `active` or `disabled`. */

@@ -17,4 +17,8 @@ import { MouseEventHandler } from "react";

handleClick: MouseEventHandler<HTMLElement>;
/** Focus event handler to set this as the "active" item */
handleFocus: () => void;
/**
* Focus event handler to set this as the "active" item.
*
* N.B. this is optional to preserve back-compat; it will become required in the next major version.
*/
handleFocus?: () => void;
index?: number;

@@ -21,0 +25,0 @@ /** Modifiers that describe how to render this item, such as `active` or `disabled`. */

{
"name": "@blueprintjs/select",
"version": "4.1.4",
"version": "4.1.5",
"description": "Components related to selecting items from a list",

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

@@ -38,4 +38,8 @@ /*

/** Focus event handler to set this as the "active" item */
handleFocus: () => void;
/**
* Focus event handler to set this as the "active" item.
*
* N.B. this is optional to preserve back-compat; it will become required in the next major version.
*/
handleFocus?: () => void;

@@ -42,0 +46,0 @@ index?: number;

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