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.27 to 1.0.28

11

lib/IconPicker.js

@@ -159,2 +159,13 @@ "use strict";

}, []);
(0, _react.useEffect)(function () {
// Update popup position when scrolling
if (!isPopupVisible) return;
updatePopupPosition();
window.addEventListener("wheel", handleClosePopup, {
passive: true
});
return function () {
window.removeEventListener("wheel", handleClosePopup);
};
}, [isPopupVisible]);

@@ -161,0 +172,0 @@ // Filter icons based on search query

2

package.json
{
"name": "@mindinventory/mi-react-icon-picker",
"version": "1.0.27",
"version": "1.0.28",
"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