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

@vexip-ui/utils

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vexip-ui/utils - npm Package Compare versions

Comparing version

to
1.10.0

9

dist/index.d.ts

@@ -0,1 +1,6 @@

import type { RendererElement } from 'vue';
import type { RendererNode } from 'vue';
import type { VNode } from 'vue';
import type { VNodeNormalizedChildren } from 'vue';
/**

@@ -411,2 +416,6 @@ * 为日期增减给定的天数

export declare function flatVNodes(children: VNodeNormalizedChildren): VNode<RendererNode, RendererElement, {
[key: string]: any;
}>[];
/**

@@ -413,0 +422,0 @@ * 将日期格式化成指定格式

6

package.json
{
"name": "@vexip-ui/utils",
"version": "1.9.2",
"version": "1.10.0",
"license": "MIT",

@@ -29,6 +29,2 @@ "author": "qmhc",

},
"devDependencies": {
"vite": "^3.1.4",
"vite-plugin-dts": "^1.6.6"
},
"scripts": {

@@ -35,0 +31,0 @@ "build": "vite build",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet