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

@lui-ui/lui-vue

Package Overview
Dependencies
Maintainers
3
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lui-ui/lui-vue - npm Package Compare versions

Comparing version 0.50.0 to 0.51.0

1

dist/components/Input/composables/index.d.ts

@@ -12,2 +12,3 @@ import type { Ref } from "vue";

description: Ref<Description>;
prependIcon: Ref<boolean>;
};

@@ -14,0 +15,0 @@ export declare function useInputClasses(props: PropTypes, attrs: any): {

@@ -35,2 +35,6 @@ import type { PropType } from "vue";

};
prependIcon: {
type: PropType<boolean>;
default: boolean;
};
description: {

@@ -97,2 +101,6 @@ type: PropType<Description>;

};
prependIcon: {
type: PropType<boolean>;
default: boolean;
};
description: {

@@ -117,3 +125,4 @@ type: PropType<Description>;

stateIcon: StateIcon;
prependIcon: boolean;
}>;
export default _sfc_main;

@@ -62,2 +62,3 @@ import { nextTick } from "vue";

stateIcon: StateIcon;
prependIcon: boolean;
}> & Omit<Readonly<import("vue").ExtractPropTypes<{

@@ -88,2 +89,6 @@ size: {

};
prependIcon: {
type: PropType<boolean>;
default: boolean;
};
description: {

@@ -99,3 +104,3 @@ type: PropType<Description>;

"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "clear" | "size" | "rounded" | "block" | "state" | "description" | "stateIcon">;
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "clear" | "size" | "rounded" | "block" | "state" | "description" | "stateIcon" | "prependIcon">;
$attrs: {

@@ -139,2 +144,6 @@ [x: string]: unknown;

};
prependIcon: {
type: PropType<boolean>;
default: boolean;
};
description: {

@@ -192,2 +201,3 @@ type: PropType<Description>;

stateIcon: StateIcon;
prependIcon: boolean;
}, {}, string> & {

@@ -238,2 +248,6 @@ beforeCreate?: ((() => void) | (() => void)[]) | undefined;

};
prependIcon: {
type: PropType<boolean>;
default: boolean;
};
description: {

@@ -424,2 +438,6 @@ type: PropType<Description>;

};
prependIcon: {
type: PropType<boolean>;
default: boolean;
};
description: {

@@ -491,2 +509,6 @@ type: PropType<Description>;

};
prependIcon: {
type: PropType<boolean>;
default: boolean;
};
description: {

@@ -511,2 +533,3 @@ type: PropType<Description>;

stateIcon: StateIcon;
prependIcon: boolean;
}>;

@@ -513,0 +536,0 @@ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{

2

package.json
{
"name": "@lui-ui/lui-vue",
"version": "0.50.0",
"version": "0.51.0",
"scripts": {

@@ -5,0 +5,0 @@ "dev": "vite",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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