Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@dangojs/digitforce-ui-utils

Package Overview
Dependencies
Maintainers
6
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dangojs/digitforce-ui-utils - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+4
-1
dist/index.cjs

@@ -59,3 +59,6 @@ 'use strict';

return () => {
return vue.h(tag, data, { ...slots, ..._defaultSlots });
return vue.h(tag, data, {
...slots,
..._defaultSlots
});
};

@@ -62,0 +65,0 @@ }

+2
-2
import * as vue from 'vue';
import { VNode, App, Component } from 'vue';
import { VNode, App } from 'vue';

@@ -19,3 +19,3 @@ declare function isEmptyElement(c: VNode): boolean;

declare const transformComponent: <T extends Record<string, any>>(tag: any, defaultProps?: Partial<T> | undefined, defaultSlots?: any) => Component<T, any, any, vue.ComputedOptions, vue.MethodOptions>;
declare const transformComponent: <T, P>(tag: T, defaultProps?: Partial<P> | undefined, defaultSlots?: any) => T;

@@ -22,0 +22,0 @@ declare const isObject: (val: unknown) => val is Record<any, any>;

@@ -55,3 +55,6 @@ import { Comment, Fragment, Text, defineComponent, h } from 'vue';

return () => {
return h(tag, data, { ...slots, ..._defaultSlots });
return h(tag, data, {
...slots,
..._defaultSlots
});
};

@@ -58,0 +61,0 @@ }

{
"name": "@dangojs/digitforce-ui-utils",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"description": "UI 组件库的一些帮助方法和函数",

@@ -6,0 +6,0 @@ "author": "Digitforce Team",