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

@arconnect/components

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arconnect/components - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

7

dist/commonjs/Popover/index.js

@@ -56,4 +56,9 @@ "use strict";

setOpen(true);
else if (isOpen && !((_b = popoverRef.current) === null || _b === void 0 ? void 0 : _b.contains(e.target)))
else if (isOpen && !((_b = popoverRef.current) === null || _b === void 0 ? void 0 : _b.contains(e.target))) {
// prevent any events
e.preventDefault();
e.stopPropagation();
// close popover
setOpen(false);
}
}

@@ -60,0 +65,0 @@ return ((0, jsx_runtime_1.jsxs)(PopoverWrapper, __assign({ onMouseEnter: function () {

@@ -50,4 +50,9 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {

setOpen(true);
else if (isOpen && !((_b = popoverRef.current) === null || _b === void 0 ? void 0 : _b.contains(e.target)))
else if (isOpen && !((_b = popoverRef.current) === null || _b === void 0 ? void 0 : _b.contains(e.target))) {
// prevent any events
e.preventDefault();
e.stopPropagation();
// close popover
setOpen(false);
}
}

@@ -54,0 +59,0 @@ return (_jsxs(PopoverWrapper, __assign({ onMouseEnter: function () {

2

package.json
{
"name": "@arconnect/components",
"version": "0.1.7",
"version": "0.1.8",
"private": false,

@@ -5,0 +5,0 @@ "publishConfig": {

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