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.4 to 1.0.5

2

dist/cjs/index.js

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

function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(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); }

@@ -17,0 +17,0 @@ var useClickOutside = function useClickOutside(target, listener) {

{
"name": "@os-design/use-click-outside",
"version": "1.0.4",
"version": "1.0.5",
"license": "UNLICENSED",

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

"dependencies": {
"@os-design/use-event": "^1.0.4"
"@os-design/use-event": "^1.0.5"
},

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

},
"gitHead": "30385b2b5eaec279fe19bd29cc775c74178e6893"
"gitHead": "4f41a962d4c0afb57d65e8c3e104215794d3c6a7"
}
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