New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fastkit/vue-stack

Package Overview
Dependencies
Maintainers
1
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastkit/vue-stack - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

3

dist/vue-stack.esm-bundler.js

@@ -662,2 +662,3 @@ import { h, ref, markRaw, inject, reactive, computed, withDirectives, createVNode, vShow, Transition, nextTick, cloneVNode, mergeProps, isVNode, Teleport, Fragment, onBeforeMount, onMounted, onBeforeUnmount, watch, defineComponent, provide } from 'vue';

checkFocusTrap() {
if (!(typeof document !== 'undefined')) return;

@@ -1950,2 +1951,3 @@ if (control.isActive && focusTrap.value) {

function updatePageOffset() {
if (!(typeof document !== 'undefined')) return;
const {

@@ -2018,2 +2020,3 @@ scrollingElement

function updateRects() {
if (!(typeof document !== 'undefined')) return;
updatePageOffset();

@@ -2020,0 +2023,0 @@ updateMenuRect();

18

package.json
{
"name": "@fastkit/vue-stack",
"version": "0.2.1",
"version": "0.2.2",
"description": "@fastkit/vue-stack",

@@ -33,11 +33,11 @@ "buildOptions": {

"dependencies": {
"@fastkit/body-scroll-lock": "0.2.1",
"@fastkit/color-scheme": "0.2.1",
"@fastkit/visibility": "0.2.1",
"@fastkit/vue-color-scheme": "0.2.1",
"@fastkit/keybord": "0.2.1",
"@fastkit/helpers": "0.2.1",
"@fastkit/tiny-logger": "0.2.1",
"@fastkit/vue-utils": "0.2.1"
"@fastkit/body-scroll-lock": "0.2.2",
"@fastkit/color-scheme": "0.2.2",
"@fastkit/visibility": "0.2.2",
"@fastkit/vue-color-scheme": "0.2.2",
"@fastkit/keybord": "0.2.2",
"@fastkit/helpers": "0.2.2",
"@fastkit/tiny-logger": "0.2.2",
"@fastkit/vue-utils": "0.2.2"
}
}
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