Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fastkit/vue-utils

Package Overview
Dependencies
Maintainers
1
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastkit/vue-utils - npm Package Compare versions

Comparing version 0.8.12 to 0.8.13

67

dist/vue-utils.d.ts

@@ -9,3 +9,2 @@ import { AllowedComponentProps } from 'vue';

import { ComponentPropsOptions as ComponentPropsOptions_2 } from 'vue';
import { ComponentProvideOptions } from 'vue';
import type { ComponentPublicInstance } from 'vue';

@@ -27,3 +26,2 @@ import { ComputedRef } from 'vue';

import type { LocationQueryRaw } from 'vue-router';
import { LooseRequired } from '@vue/shared';
import { NavigationFailure } from 'vue-router';

@@ -535,66 +533,3 @@ import { ObjectDirective } from 'vue';

onClick: PropType_2<(ev: MouseEvent) => any>;
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, ComponentProvideOptions, {
name: string;
inheritAttrs: false;
props: {
clickableClassName: StringConstructor;
tag: PropType_2<string>;
class: PropType_2<any>;
style: PropType_2<CSSProperties_2>;
to: PropType_2<RouteLocationRaw>;
replace: PropType_2<boolean>;
activeClass: PropType_2<string>;
exactActiveClass: PropType_2<string>;
custom: PropType_2<boolean>;
ariaCurrentValue: {
type: PropType_2<"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined>;
default: "page";
};
disabled: PropType_2<boolean>;
href: PropType_2<string>;
target: PropType_2<string>;
rel: PropType_2<string>;
name: PropType_2<string>;
charset: PropType_2<string>;
hreflang: PropType_2<string>;
download: PropType_2<string | boolean>;
media: PropType_2<string>;
ping: PropType_2<string>;
referrerpolicy: PropType_2<string>;
type: PropType_2<"submit" | "reset" | "button" | undefined>;
linkFallbackTag: PropType_2<string | (() => string | undefined)>;
onClick: PropType_2<(ev: MouseEvent) => any>;
};
setup(this: void, props: Readonly<LooseRequired<Readonly<ExtractPropTypes<{
clickableClassName: StringConstructor;
tag: PropType_2<string>;
class: PropType_2<any>;
style: PropType_2<CSSProperties_2>;
to: PropType_2<RouteLocationRaw>;
replace: PropType_2<boolean>;
activeClass: PropType_2<string>;
exactActiveClass: PropType_2<string>;
custom: PropType_2<boolean>;
ariaCurrentValue: {
type: PropType_2<"page" | "step" | "location" | "date" | "time" | "true" | "false" | undefined>;
default: "page";
};
disabled: PropType_2<boolean>;
href: PropType_2<string>;
target: PropType_2<string>;
rel: PropType_2<string>;
name: PropType_2<string>;
charset: PropType_2<string>;
hreflang: PropType_2<string>;
download: PropType_2<string | boolean>;
media: PropType_2<string>;
ping: PropType_2<string>;
referrerpolicy: PropType_2<string>;
type: PropType_2<"submit" | "reset" | "button" | undefined>;
linkFallbackTag: PropType_2<string | (() => string | undefined)>;
onClick: PropType_2<(ev: MouseEvent) => any>;
}>> & {
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
}, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
clickableClassName: StringConstructor;

@@ -601,0 +536,0 @@ tag: PropType_2<string>;

14

package.json
{
"name": "@fastkit/vue-utils",
"version": "0.8.12",
"version": "0.8.13",
"description": "@fastkit/vue-utils",

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

"peerDependencies": {
"vue": "^3.2.26",
"vue-router": "^4.0.15"
"vue": "^3.2.37",
"vue-router": "^4.0.16"
},
"dependencies": {
"@fastkit/body-scroll-lock": "0.8.12",
"@fastkit/visibility": "0.8.12",
"@fastkit/keybord": "0.8.12",
"@fastkit/helpers": "0.8.12"
"@fastkit/body-scroll-lock": "0.8.13",
"@fastkit/visibility": "0.8.13",
"@fastkit/keybord": "0.8.13",
"@fastkit/helpers": "0.8.13"
}
}
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