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.18 to 0.6.19

2

dist/vue-utils.cjs.js

@@ -96,3 +96,3 @@ 'use strict';

}
function renderSlotOrEmpty(slots, name, prop) {
function renderSlotOrEmpty(slots, name = 'default', prop) {
const slot = slots[name];

@@ -99,0 +99,0 @@ if (!slot)

@@ -96,3 +96,3 @@ 'use strict';

}
function renderSlotOrEmpty(slots, name, prop) {
function renderSlotOrEmpty(slots, name = 'default', prop) {
const slot = slots[name];

@@ -99,0 +99,0 @@ if (!slot)

@@ -254,3 +254,3 @@ import { BaseTransitionProps } from 'vue';

[key: string]: TypedSlot;
}, name: string, prop?: {
}, name?: string, prop?: {
[key: string]: unknown;

@@ -257,0 +257,0 @@ }): VNodeArrayChildren | undefined;

@@ -92,3 +92,3 @@ import { Comment, Text, computed, BaseTransition, h, Transition, onBeforeMount, onBeforeUnmount, reactive } from 'vue';

}
function renderSlotOrEmpty(slots, name, prop) {
function renderSlotOrEmpty(slots, name = 'default', prop) {
const slot = slots[name];

@@ -95,0 +95,0 @@ if (!slot)

{
"name": "@fastkit/vue-utils",
"version": "0.6.18",
"version": "0.6.19",
"description": "@fastkit/vue-utils",

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

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