Socket
Socket
Sign inDemoInstall

@os-design/use-click-outside

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/use-click-outside - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

src/index.mdx

5

dist/cjs/index.js

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

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
var useClickOutside = function useClickOutside(target, listener) {

@@ -27,4 +27,3 @@ var listenerRef = (0, _react.useRef)();

};
var _default = useClickOutside;
exports["default"] = _default;
var _default = exports["default"] = useClickOutside;
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "@os-design/use-click-outside",
"version": "1.0.21",
"version": "1.0.22",
"license": "UNLICENSED",

@@ -33,3 +33,3 @@ "repository": "git@gitlab.com:os-team/libs/os-design.git",

"dependencies": {
"@os-design/use-event": "^1.0.19"
"@os-design/use-event": "^1.0.20"
},

@@ -39,3 +39,3 @@ "peerDependencies": {

},
"gitHead": "2605fbf8f46c78800cd4ba6dcb0dd895a893bf96"
"gitHead": "1f17189e344a56fd6347dd6b896d6e7ef6e7b35d"
}

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