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

@easyv/admin-utils

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easyv/admin-utils - npm Package Compare versions

Comparing version 1.0.0-beta.0 to 1.0.1-alpha.0

17

dist/types/index.d.ts

@@ -331,8 +331,8 @@ type ComponentConfig = any[];

/**
* 彩色打印console
* @param {string} hint 提示内容
* @param {string} content 打印内容
* @param {"info"|"warn"|"error"|"trace"} type 打印类型(log,trace,warn,error)
*/
declare function colorLog(hint: string, content: string, type?: "info" | "warn" | "error" | "trace"): void;
* 彩色打印console
* @param {string} hint 提示内容
* @param {string} content 打印内容
* @param {"info"|"warn"|"error"|"trace"} type 打印类型(log,trace,warn,error)
*/
declare function colorLog(hint: string, content: string, type?: 'info' | 'warn' | 'error' | 'trace'): void;

@@ -380,2 +380,7 @@ /**

}[];
components: {
type: string;
version: string;
}[];
handleVersion: string;
};

@@ -382,0 +387,0 @@ contentFileUrl?: string;

{
"name": "@easyv/admin-utils",
"version": "1.0.0-beta.0",
"version": "1.0.1-alpha.0",
"description": "easyv/twin 公共 utils 集合",

@@ -5,0 +5,0 @@ "types": "./dist/types/index.d.ts",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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