Socket
Socket
Sign inDemoInstall

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.48 to 0.4.49

2

es/focus-trap/src/index.js

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

let ignoreInternalFocusChange = false;
const lastFocusedElement = document.activeElement;
const lastFocusedElement = typeof document === 'undefined' ? null : document.activeElement;
function isCurrentActive() {

@@ -33,0 +33,0 @@ const currentActiveId = stack[stack.length - 1];

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

let ignoreInternalFocusChange = false;
const lastFocusedElement = document.activeElement;
const lastFocusedElement = typeof document === 'undefined' ? null : document.activeElement;
function isCurrentActive() {

@@ -36,0 +36,0 @@ const currentActiveId = stack[stack.length - 1];

{
"name": "vueuc",
"version": "0.4.48",
"version": "0.4.49",
"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