Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vueuc

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vueuc - npm Package Compare versions

Comparing version 0.4.40 to 0.4.41

4

es/focus-trap/src/index.d.ts

@@ -9,3 +9,3 @@ import { PropType } from 'vue';

};
onEsc: PropType<() => void>;
onEsc: PropType<(e: KeyboardEvent) => void>;
initialFocusTo: StringConstructor;

@@ -30,3 +30,3 @@ finalFocusTo: StringConstructor;

};
onEsc: PropType<() => void>;
onEsc: PropType<(e: KeyboardEvent) => void>;
initialFocusTo: StringConstructor;

@@ -33,0 +33,0 @@ finalFocusTo: StringConstructor;

@@ -39,3 +39,3 @@ import { h, defineComponent, ref, Fragment, onMounted, onBeforeUnmount, watch } from 'vue';

if (isCurrentActive()) {
(_a = props.onEsc) === null || _a === void 0 ? void 0 : _a.call(props);
(_a = props.onEsc) === null || _a === void 0 ? void 0 : _a.call(props, e);
}

@@ -42,0 +42,0 @@ }

@@ -9,3 +9,3 @@ import { PropType } from 'vue';

};
onEsc: PropType<() => void>;
onEsc: PropType<(e: KeyboardEvent) => void>;
initialFocusTo: StringConstructor;

@@ -30,3 +30,3 @@ finalFocusTo: StringConstructor;

};
onEsc: PropType<() => void>;
onEsc: PropType<(e: KeyboardEvent) => void>;
initialFocusTo: StringConstructor;

@@ -33,0 +33,0 @@ finalFocusTo: StringConstructor;

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

if (isCurrentActive()) {
(_a = props.onEsc) === null || _a === void 0 ? void 0 : _a.call(props);
(_a = props.onEsc) === null || _a === void 0 ? void 0 : _a.call(props, e);
}

@@ -45,0 +45,0 @@ }

{
"name": "vueuc",
"version": "0.4.40",
"version": "0.4.41",
"description": "Util Components for Vue",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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