Socket
Socket
Sign inDemoInstall

@semcore/outside-click

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.7 to 2.4.8

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## [2.4.8] - 2022-07-22
### Changed
- Version patch update due to children dependencies update (`@semcore/utils` [3.34.0 ~> 3.35.0]).
## [2.4.7] - 2022-07-07

@@ -7,0 +13,0 @@

2

lib/cjs/OutsideClick.js

@@ -67,3 +67,3 @@ "use strict";

}, [root]);
return children ? (0, _react.cloneElement)(children, {
return children ? /*#__PURE__*/(0, _react.cloneElement)(children, {
ref: handleRef

@@ -70,0 +70,0 @@ }) : null;

@@ -43,3 +43,3 @@ import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";

}, [root]);
return children ? cloneElement(children, {
return children ? /*#__PURE__*/cloneElement(children, {
ref: handleRef

@@ -46,0 +46,0 @@ }) : null;

{
"name": "@semcore/outside-click",
"description": "SEMRush OutsideClick Component",
"version": "2.4.7",
"version": "2.4.8",
"main": "lib/cjs/index.js",

@@ -6,0 +6,0 @@ "module": "lib/es6/index.js",

@@ -45,4 +45,2 @@ # @semcore/outside-click

</details>
```jsx

@@ -52,2 +50,4 @@ import OutsideClick from '@semcore/outside-click';

</details>
## 👤 Author

@@ -54,0 +54,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc