New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mindinventory/mi-react-icon-picker

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mindinventory/mi-react-icon-picker - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

12

lib/IconPicker.js

@@ -131,2 +131,3 @@ "use strict";

handleClosePopup();
setSearchQuery(""); // Clear search input on outside click
}

@@ -144,2 +145,13 @@ };

}, [isPopupVisible]);
(0, _react.useEffect)(function () {
var handleScroll = function handleScroll() {
if (isPopupVisible) {
updatePopupPosition();
}
};
window.addEventListener("scroll", handleScroll);
return function () {
window.removeEventListener("scroll", handleScroll);
};
}, [isPopupVisible]);

@@ -146,0 +158,0 @@ // useEffect(() => {

2

package.json
{
"name": "@mindinventory/mi-react-icon-picker",
"version": "1.0.18",
"version": "1.0.19",
"main": "lib/IconPicker.js",

@@ -5,0 +5,0 @@ "files": [

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