Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
vue-scribe
Advanced tools
npm安装
npm i vue-scribe
yarn安装
yarn add vue-scribe
全局
import Vue from 'vue'
import vueScribe from "vue-scribe"
Vue.use(vueScribe)
局部
import vueScribe from "vue-scribe"
componetns:{vueScribe}
组件位置
<vue-scribe :options="{}" />
config: {
/**
* @description text content
* @type {String}
* @default text = '我是一段文本我是一段文本我是一段文本我是一段文本我是一段文本我是一段文本'
*/
text: '我是一段文本我是一段文本我是一段文本我是一段文本我是一段文本我是一段文本',
/**
* @description underline color
* @type {String}
* @default lineColor = '#000'
*/
lineColor: '#000',
/**
* @description underline width
* @type {String<Number>}
* @default lineWidth = 1
*/
lineWidth: 1,
/**
* @description set underline button background color
* @type {String}
* @default btnBgColor = 'rgba(0,0,0,.6)'
*/
btnBgColor: 'rgba(0,0,0,.6)',
/**
* @description set underline button font color
* @type {String}
* @default btnTextColor = '#fff'
*/
btnTextColor: '#fff',
/**
* @description set underline button font size
* @type {String<Number>}
* @default btnTextSize = 16
*/
btnTextSize: 16,
}
https://www.cnblogs.com/wanglinmantan/p/15106871.html
FAQs
## 安装 ``` npm安装 npm i vue-scribe
We found that vue-scribe 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.