Socket
Socket
Sign inDemoInstall

qbs-core

Package Overview
Dependencies
Maintainers
0
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qbs-core - npm Package Compare versions

Comparing version 1.1.14 to 1.1.15

4

dist/InlineAutoComplete.js

@@ -243,7 +243,7 @@ "use strict";

var handleClickOutside = function (event) {
if (dropdownRef.current &&
if (dropOpen &&
dropdownRef.current &&
event.target instanceof Node &&
!dropdownRef.current.contains(event.target) &&
!dropRef.current.contains(event.target)) {
console.log(event);
setDropOpen(false);

@@ -250,0 +250,0 @@ setSearchValue('');

{
"name": "qbs-core",
"version": "1.1.14",
"version": "1.1.15",
"description": "React Components",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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