
Security News
Anthropic Identifies Biased Reasoning and Recklessness as Drivers of Claude’s PyPI Attack
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.
@thtf/spreadsheet-designer-core
Advanced tools
本产品目录结构基于 webpack-boilerplate ,功能 fork 于 x-spreadsheet 。
npm install @thtf/spreadsheet-designer-core
<div id="test"></div>
import Spreadsheet from '@thtf/spreadsheet-designer-core';
import '@thtf/spreadsheet-designer-core/dist/styles/spreadsheet.css';
const s = Spreadsheet('#test')
.loadData({})
.change((data) => {
// save data to db
});
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@thtf/spreadsheet-designer-core@0.0.1/dist/styles/spreadsheet.css"
/>
<script src="https://cdn.jsdelivr.net/npm/@thtf/spreadsheet-designer-core@0.0.1/dist/js/spreadsheet.js"></script>
<div id="test"></div>
<script>Spreadsheet('#test');</script>
| cells-seleceted | cell-selected | cell-edited | cell-edited-finished | cell-drop | cell-change | cell-upload | |
| 文本框(包含数字) | √ | √ | √ | √ | √ | √ | × |
| 日期类型 | √ | √ | × | √ | √ | √ | × |
| 单选框 | √ | √ | × | × | √ | √ | × |
| 多选框 | √ | √ | × | × | √ | √ | × |
| 下拉框 | √ | √ | × | √ | √ | √ | × |
| 弹窗 | √ | √ | × | √ | √ | √ | × |
| 图片 | √ | √ | √ | √ | |||
| 附件 | √ | √ | √ | √ |
edit,设计模式,支持所有功能
fill,填报模式,它与设计模式区别:
1. 隐藏索引行、列
2. 隐藏工具栏
3. 隐藏底部状态栏
4. 隐藏风格线
5. 隐藏右键菜单
6. 普通单元格无法修改,只可选中,需要隐藏右下角自动生成功能
7. 只有扩展的类型单元格:文本输入框、数字输入框、单选、多选、下拉框、弹窗框、日期、上传类型单元格可接受输入值
npm run release
npm run build
npm login
npm publish
FAQs
web版表
The npm package @thtf/spreadsheet-designer-core receives a total of 0 weekly downloads. As such, @thtf/spreadsheet-designer-core popularity was classified as not popular.
We found that @thtf/spreadsheet-designer-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.