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.53 to 0.4.54

4

es/overflow/src/index.d.ts
import { PropType } from 'vue';
export interface VOverflowInst {
sync: () => void;
sync: (options: {
showAllItemsBeforeCalculate: boolean;
}) => void;
}

@@ -5,0 +7,0 @@ declare const _default: import("vue").DefineComponent<{

@@ -39,3 +39,3 @@ /* eslint-disable @typescript-eslint/strict-boolean-expressions */

if (child.hasAttribute(hiddenAttr)) {
child.setAttribute(hiddenAttr, '');
child.removeAttribute(hiddenAttr);
}

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

import { PropType } from 'vue';
export interface VOverflowInst {
sync: () => void;
sync: (options: {
showAllItemsBeforeCalculate: boolean;
}) => void;
}

@@ -5,0 +7,0 @@ declare const _default: import("vue").DefineComponent<{

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

if (child.hasAttribute(hiddenAttr)) {
child.setAttribute(hiddenAttr, '');
child.removeAttribute(hiddenAttr);
}

@@ -44,0 +44,0 @@ }

{
"name": "vueuc",
"version": "0.4.53",
"version": "0.4.54",
"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