Socket
Socket
Sign inDemoInstall

@featherds/composables

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featherds/composables - npm Package Compare versions

Comparing version 0.10.11 to 0.10.12

2

events/OutsideClick.d.ts
import { Ref } from "vue";
declare const useOutsideClick: (elementRef: Ref<HTMLElement> | Ref<HTMLElement[]>, listener: (e?: FocusEvent | undefined) => void) => Ref<boolean>;
declare const useOutsideClick: (elementRef: Ref<HTMLElement> | Ref<HTMLElement[]>, listener: (e?: FocusEvent) => void) => Ref<boolean>;
export { useOutsideClick };
{
"name": "@featherds/composables",
"version": "0.10.11",
"version": "0.10.12",
"publishConfig": {

@@ -12,3 +12,3 @@ "access": "public"

"dependencies": {
"@featherds/utils": "^0.10.11",
"@featherds/utils": "^0.10.12",
"vue": "^3.1.0-0"

@@ -20,3 +20,3 @@ },

],
"gitHead": "103c3333f7166ff0f01090dbb8d610ad81829088"
"gitHead": "68e3cf7d9702f8e1b6a83d8a4049d725e8e46489"
}
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