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 1.16.1 to 2.0.0

19

dist/index.d.ts

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

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

@@ -129,2 +124,3 @@ * 为日期增减给定的天数

hex8: string;
gray: number;
origin: Color;

@@ -163,3 +159,3 @@ }

export declare const DAY_ON_MILLIS: number;
export declare const DAY_ON_MILLS: number;

@@ -418,6 +414,2 @@ export declare const DAY_ON_MINUTES: number;

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

@@ -1163,2 +1155,4 @@ * 将日期格式化成指定格式

export declare function toGrayScale(color: string): number;
/**

@@ -1191,4 +1185,3 @@ * 将命名转换为短横线命名

export declare interface TransferNode extends Node {
__transferNode?: Node;
__transferElement?: Node;
__transferElement?: Node | null;
}

@@ -1248,3 +1241,3 @@

export declare const WEEK_ON_MILLIS: number;
export declare const WEEK_ON_MILLS: number;

@@ -1251,0 +1244,0 @@ export declare const WEEK_ON_MINUTES: number;

{
"name": "@vexip-ui/utils",
"version": "1.16.1",
"version": "2.0.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "qmhc",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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