Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zhi-common

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zhi-common - npm Package Compare versions

Comparing version 1.24.3 to 1.24.4

7

dist/lib/strUtil.d.ts

@@ -76,3 +76,10 @@ /**

static getFirstLetters(pinyin: string): string;
/**
* 将包含Unicode编码的字符转换为中文
*
* @param {string} str - 要处理的字符串
* @returns {string} - 转换后的字符串
*/
static decodeUnicodeToChinese(str: string): string;
}
export default StrUtil;

2

dist/package.json
{
"name": "zhi-common",
"version": "1.24.2",
"version": "1.24.3",
"type": "module",

@@ -5,0 +5,0 @@ "description": "a collection of util tools",

{
"name": "zhi-common",
"version": "1.24.3",
"version": "1.24.4",
"type": "module",

@@ -22,5 +22,5 @@ "description": "a collection of util tools",

"@types/js-yaml": "^4.0.5",
"@terwer/eslint-config-custom": "1.3.6",
"@terwer/tsconfig": "0.0.7",
"@terwer/vite-config-custom": "0.7.6",
"@terwer/eslint-config-custom": "1.3.6"
"@terwer/vite-config-custom": "0.7.6"
},

@@ -27,0 +27,0 @@ "dependencies": {

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