
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
自用工具库总结
(修复报错)
For the latest stable version:
npm install -D mid-uti1s
For our nightly builds:
npm install -D mid-uti1s@next
ES6:
import utils from 'mid-uti1s'
utils.getType(11) // 获取类型`number`
commonjs:
const utils = require('mid-uti1s')
utils.getType(11) // 获取类型`number`
| 方法 | 内容 | 更新时间 |
|---|---|---|
| getType | 判断7种基本类型和对象、数组类型,返回类型名字符串 | 2023-10-26 |
| getOsType | 判断终端系统 0: 其他 1: IOS 2: Android 3: Windows 4: Mac OS | 2023-10-26 |
| isMd5 | md5格式(32位) | 2023-10-30 |
| isVersion | 版本号(version)格式必须为X.Y.Z | 2023-10-30 |
| isComplexPassword | 密码强度校验, 最少6位, 包括至少1个大写字母, 1个小写字母,1个数字,1个特殊字符 | 2023-10-30 |
| getHumpCode | 横线命名转小驼峰格式: mid-utils => midUtils | 2023-11-03 |
| getLineCode | 小驼峰命名转横向格式:midUtils => mid-utils | 2023-11-03 |
| getCapitalize | 首字母大写 | 2023-11-03 |
| checkIdentityId | 校验身份证号码是否合法 | 2023-11-07 |
| numberChinese | 数字转中文 | 2023-11-07 |
| formatCss | 格式化CSS样式代码 | 2023-11-13 |
| randomNumber | 生成指定范围内的随机数字 | 2023-11-16 |
| formatThousands | 数字千分位分割 | 2023-11-16 |
| telFormat | 手机号中间四位变成* | 2023-11-23 |
| checkIdentityIdPro | 校验身份证号码是否合法-Pro | 2023-11-23 |
| haveCNChars | 是否包含中文 | 2023-11-28 |
| isEmail | 是否为正确邮箱地址 | 2023-11-28 |
FAQs
utils
The npm package mid-uti1s receives a total of 20 weekly downloads. As such, mid-uti1s popularity was classified as not popular.
We found that mid-uti1s demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.