
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
vue-t-marquee
Advanced tools
npm install
npm run serve
npm run build
/*在入口文件中引入组件*/
_import TMarquee from 'vue-t-marquee'
import "vue-t-marquee/lib/vue-t-marquee.css"
Vue.use(TMarquee)_
/*引用*/
_<TMarquee :slidesPerView="4" :slideList="[1,2,3,4,5,6]">
//自定义内容
<div slot-scope="slotProps">{{slotProps.data}}</div>
</TMarquee>_
/*属性*/
direction default:"right" type:String 滚动方向
slideList default:[] type:Array 跑马灯数据
slidesPerView default:1 type:Number 当前视窗显示slide的个数(ps:每个slide的宽度会根据slidePerView进行自动计算)
animationDuration default:10 type:Number 动画的速度 单位毫秒
FAQs
简单跑马灯1.0.6
The npm package vue-t-marquee receives a total of 1 weekly downloads. As such, vue-t-marquee popularity was classified as not popular.
We found that vue-t-marquee 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.