Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@zxsz/services

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zxsz/services

通用工具方法

latest
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

公共工具和方法

pnpm add @zxsz/services -D
或
npm install @zxsz/services -D

文件目录

├── common/clipboard                // 复制粘贴板
├── common/download                 // 链接下载/blob下载
├── common/sortable                 // 拖动排序
├── theme                           // 主题管理相关
├── websocket                       // websocket通信相关
├── config                          // 系统配置相关
├── constant                        // 系统常量定义
├── dictionary                      // 字典管理相关 
├── format                          // 格式化相关,日期,数字等 
├── is-true                         // 值判断
├── fullscreen                      // 全屏控制
├── module                          // 模块管理相关,跳转,通信
├── permission                    	// 权限相关
├── request-looper                  // 轮询请求相关
├── regexp                    		// 正则判断相关
├── router                    		// 路由异步加载相关
├── storage                    		// localStorage,sessionStorage相关
├── script-loader                   // js/css动态加载相关
├── hooks                           // 公共hooks
├── favorites                       // 系统收藏相关
├── user-tasks                      // 系统任务通知管理相关

FAQs

Package last updated on 27 May 2025

Did you know?

Socket

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.

Install

Related posts