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.26 to 0.4.27

2

es/binder/src/Follower.js

@@ -123,2 +123,4 @@ /* eslint-disable @typescript-eslint/no-non-null-assertion */

: getRect(target);
follower.style.setProperty('--v-target-width', `${Math.round(targetRect.width)}px`);
follower.style.setProperty('--v-target-height', `${Math.round(targetRect.height)}px`);
const { width, minWidth, placement, internalShift, flip } = props;

@@ -125,0 +127,0 @@ follower.setAttribute('v-placement', placement);

@@ -128,2 +128,4 @@ "use strict";

: (0, utils_1.getRect)(target);
follower.style.setProperty('--v-target-width', `${Math.round(targetRect.width)}px`);
follower.style.setProperty('--v-target-height', `${Math.round(targetRect.height)}px`);
const { width, minWidth, placement, internalShift, flip } = props;

@@ -130,0 +132,0 @@ follower.setAttribute('v-placement', placement);

2

package.json
{
"name": "vueuc",
"version": "0.4.26",
"version": "0.4.27",
"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