Socket for GitHub
Detect suspicious packages in PRs
Socket CLI
Use Socket from the command line
Socket Web Extension
Use Socket from your browser
Socket Dependency Search
Find any package for your project
Integrations
Docs
Want to read all the docs? Start here
Customers
Check out our customer stories
Blog
Keep up to date with all the news
Changelog
Latest updates and enhancements
FAQ
Answers to common questions
Package Alerts
Learn about all Socket alerts
Glossary
Open source and security terms
Customer Stories
About
Why we built Socket
Love
See why developers love Socket
Careers
Join our team
Investors
Learn about our investors
Security
Our security practices
Why Socket?
Achievements
Packages
Comaintainers
6 packages
Order
Sort by
auto-marquee
displays text for a short time, and auto uses marquee for a long time
scheduled-flight
## Project setup ``` npm install /* * 航班波图生成组件 * 接收的值: * 一、blockState 区块的介绍 航班波图上各区块颜色的含义 * 示例: * blockState: [ { area: 'china', name: '国内', bgColor: '#54d1b8', }, { area: 'r
the-file-preview
## 安装 ``` npm i the-file-preview ```
v-git-code-diff
## 下载 ``` npm install v-git-code-diff ```
v-highlight-component
> 实现了一个句子根据查询字词进行高亮显示的功能,查询的字词的输入格式为数组(为了 > 兼容分词查询功能),根据字词数组的内容进行多个词的高亮展示。使用模板差值 {{ }} 和 > v-text,而不是v-html进行高亮字词的展示,减少XSS攻击的风险
vue3-highlight
### 功能介绍 > 实现了一个句子根据查询字词进行高亮显示的功能,查询的字词的输入格式为数组(为了 > 兼容分词查询功能),根据字词数组的内容进行多个词的高亮展示。使用模板差值 {{ }} 和 > v-text,而不是v-html进行高亮字词的展示,减少XSS攻击的风险