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.6.39 to 0.6.40

2

dist/vue-utils.cjs.js

@@ -40,2 +40,3 @@ 'use strict';

}
const htmlAttributesPropOptions = undefined;

@@ -956,2 +957,3 @@ function findVNodeChild(vnode, condition) {

exports.getRouteQuery = getRouteQuery;
exports.htmlAttributesPropOptions = htmlAttributesPropOptions;
exports.isFragment = isFragment;

@@ -958,0 +960,0 @@ exports.isSameRoute = isSameRoute;

@@ -40,2 +40,3 @@ 'use strict';

}
const htmlAttributesPropOptions = undefined;

@@ -956,2 +957,3 @@ function findVNodeChild(vnode, condition) {

exports.getRouteQuery = getRouteQuery;
exports.htmlAttributesPropOptions = htmlAttributesPropOptions;
exports.isFragment = isFragment;

@@ -958,0 +960,0 @@ exports.isSameRoute = isSameRoute;

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

import { HTMLAttributes } from '@vue/runtime-dom';
import { HTMLAttributes as HTMLAttributes_2 } from 'vue';
import { Key } from '@fastkit/keybord';

@@ -152,2 +153,8 @@ import type { LocationQuery } from 'vue-router';

export declare type HTMLAttributesPropOptions = {
[K in keyof HTMLAttributes_2]-?: PropType<HTMLAttributes_2[K]>;
};
export declare const htmlAttributesPropOptions: HTMLAttributesPropOptions;
declare type InferPropType<T> = [T] extends [null] ? any : [T] extends [

@@ -154,0 +161,0 @@ {

3

dist/vue-utils.esm-bundler.js

@@ -36,2 +36,3 @@ import { Comment, Text, isVNode, Fragment, computed, BaseTransition, h, Transition, onBeforeMount, onBeforeUnmount, reactive, defineComponent, createVNode, mergeProps, watch, nextTick } from 'vue';

}
const htmlAttributesPropOptions = undefined;

@@ -930,2 +931,2 @@ function findVNodeChild(vnode, condition) {

export { BODY_SCROLL_LOCK_ATTRIBUTE, BODY_SCROLL_LOCK_SCROLLER_ATTRIBUTE, BooleanishPropOption, ClickOutsideDirectiveElementSymbol, LocationService, NumberishPropOption, VExpandTransition, VLink, bodyScrollLockDirective, bodyScrollLockDirectiveArgument, cleanupEmptyVNodeChild, clickOutsideDirective, clickOutsideDirectiveArgument, createJavaScriptTransition, createPropsOptions, defineSlotsProps, extractRouteMatchedItems, findVNodeChild, getMergedRouteQuery, getQueryMergedLocation, getRouteMatchedComponents, getRouteQuery, isFragment, isSameRoute, navigationableInheritProps, pickShallowRoute, rawNumberProp, rawNumberPropType, removeTrailingSlash, renderSlotOrEmpty, resizeDirective, resizeDirectiveArgument, resolveBooleanish, resolveNumberish, resolveVNodeChildOrSlot, resolveVNodeChildOrSlots, setDefaultRouterLink, state$1 as state, trailingSlashRE, useKeybord, useNavigationable, useVisibility, useWindow };
export { BODY_SCROLL_LOCK_ATTRIBUTE, BODY_SCROLL_LOCK_SCROLLER_ATTRIBUTE, BooleanishPropOption, ClickOutsideDirectiveElementSymbol, LocationService, NumberishPropOption, VExpandTransition, VLink, bodyScrollLockDirective, bodyScrollLockDirectiveArgument, cleanupEmptyVNodeChild, clickOutsideDirective, clickOutsideDirectiveArgument, createJavaScriptTransition, createPropsOptions, defineSlotsProps, extractRouteMatchedItems, findVNodeChild, getMergedRouteQuery, getQueryMergedLocation, getRouteMatchedComponents, getRouteQuery, htmlAttributesPropOptions, isFragment, isSameRoute, navigationableInheritProps, pickShallowRoute, rawNumberProp, rawNumberPropType, removeTrailingSlash, renderSlotOrEmpty, resizeDirective, resizeDirectiveArgument, resolveBooleanish, resolveNumberish, resolveVNodeChildOrSlot, resolveVNodeChildOrSlots, setDefaultRouterLink, state$1 as state, trailingSlashRE, useKeybord, useNavigationable, useVisibility, useWindow };
{
"name": "@fastkit/vue-utils",
"version": "0.6.39",
"version": "0.6.40",
"description": "@fastkit/vue-utils",

@@ -34,7 +34,7 @@ "buildOptions": {

"dependencies": {
"@fastkit/body-scroll-lock": "0.6.39",
"@fastkit/visibility": "0.6.39",
"@fastkit/keybord": "0.6.39",
"@fastkit/helpers": "0.6.39"
"@fastkit/body-scroll-lock": "0.6.40",
"@fastkit/visibility": "0.6.40",
"@fastkit/keybord": "0.6.40",
"@fastkit/helpers": "0.6.40"
}
}
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