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.
v2-lazy-list
Advanced tools
A simple lazy load list component based Vue 2.x, which will be on-demand rendering the list based container element's viewport.
npm:
npm i --save v2-lazy-list
or yarn
yarn add v2-lazy-list
import Vue from 'vue';
import V2LazyList from 'v2-lazy-list';
Vue.use(V2LazyList)
<v2-lazy-list :data="data"></v2-lazy-list>
Visit the examples.
Attribute | Type | Accepted Values | Default | Description |
---|---|---|---|---|
data | Array | - | [] | the list data to render |
height | String/Number | - | 320 | the height of the content wrap element |
item-height | String/Number | - | 40 | the height of list item |
MIT
FAQs
A simple lazy load list component based Vue 2.x
We found that v2-lazy-list 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.