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.9.0 to 1.9.1

11

dist/index.d.ts

@@ -449,2 +449,9 @@ /**

/**
* 获取日期的时间部分
*
* @param date 给定的日期
*/
export declare function getTime(date: Dateable): string;
/**
* 获取变量类型

@@ -1125,2 +1132,4 @@ *

export declare function toFalse(...args: any[]): false;
/**

@@ -1158,2 +1167,4 @@ * 将给定的实数保留一定的小数

export declare function toTrue(...args: any[]): true;
export declare interface TransferNode extends Node {

@@ -1160,0 +1171,0 @@ __transferNode?: Node;

0

LICENSE.md

@@ -0,0 +0,0 @@ The MIT License (MIT)

2

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

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

# @vexip-ui/utils
This package provides common utils for vexip-ui components, it is published as a package that can be used standalone.
## Install
```sh
pnpm i @vexip-ui/utils
```

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