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

dtable-utils

Package Overview
Dependencies
Maintainers
0
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dtable-utils

dtable common utils

  • 5.0.10
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

dtable-utils

Node CI npm package JS size

common utils

项目结构

.
├── src
│   ├── archive        # 归档视图相关工具函数
│   ├── cell-value-get # 数据格式化相关工具函数
│   ├── cell-value-set # 数据解析相关工具函数
│   ├── color          # 颜色工具函数
│   ├── column         # 列相关工具函数
│   ├── constants      # 常量
│   ├── helper         # 辅助工具。例如 number-precision
│   ├── filter         # 过滤相关工具函数
│   ├── group          # 分组相关工具函数
│   ├── sort           # 排序相关工具函数
│   ├── link           # Link 相关工具函数
│   ├── row            # row 相关工具函数
│   ├── table          # table 相关工具函数
│   ├── view           # view 相关工具函数
│   ├── validate       # 验证器。例如,过滤验证器
│   ├── common.js      # 通用工具函数
│   ├── date.js        # 日期工具函数
│   ├── number.js      # 数字工具函数
│   ├── search.js      # 搜索工具函数
│   └── index.js       # 入口文件
├── tests              # 单元测试
├── README.md
└── package.json

安装

npm 或 yarn 安装

# npm
$ npm install dtable-utils --save

# yarn
$ yarn add dtable-utils

使用

import { CellType } from 'dtable-utils';

测试

常规测试

npm test

测试覆盖率

npm run test-cov

Keywords

FAQs

Package last updated on 14 Nov 2024

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

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