Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
dtable-utils
Advanced tools
common utils
.
├── src
│ ├── cell-value-get # 数据格式化相关工具
│ ├── cell-value-set # 数据解析相关工具
│ ├── column # 列相关工具函数
│ ├── constants # 常量
│ ├── helper # 辅助工具。例如 number-precision
│ ├── validate # 验证器。例如,过滤验证器
│ ├── common.js # 通用辅助工具
│ ├── date.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';
FAQs
dtable common utils
The npm package dtable-utils receives a total of 480 weekly downloads. As such, dtable-utils popularity was classified as not popular.
We found that dtable-utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.