
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
regular-clamp
Advanced tools
JS实现多文本截断功能 Demo
#props
text(String):文本autoresize(Boolean):根据内容区域变化来自适应,默认falsemax-lines(Number):可显示的最大行数max-height(Number|String):内容区域最大高度ellipsis(String):截断末尾省略号字符,默认...expanded(Boolean):默认是否展开文本,默认falseisTextTriggerToggle(Boolean):默认是否点击文本触发展开收起文本,默认false#结构复用
before(String):HTML字符串,设置显示在内容区域之前的内容after(String):HTML字符串,设置显示在内容区域之后的内容#Event
toggle:切换是否展开内容,配套使用的俩个变量为localExpanded(是否展开)、isClamped(是否截断)FAQs
Text clamping
We found that regular-clamp 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.