Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
conveyor-slideshow
Advanced tools
Simple manual slideshow. Plain Javascript / HTML5 / CSS. No jQuery dependency!
This package is released as a UMD module. It may be consumed as a CommonJS module or used as a global.
Setup:
npm install
Start the example project at port 8080 and open http://localhost:8080/example :
npm run example
Conveyor uses CSS classes to show, hide, and transition (TBD) the slides. The HTML structure should be:
<div myContainer>
<div class="conveyor">
<div class="conveyor-display">
<div class="item conveyor-current"> --- Slide 1 --- </div>
<div class="item"> --- Slide 2 --- </div>
...
</div>
</div>
</div>
Conveyor will automatically add the dots and arrows to the container. Their HTML structures are:
<ol class="dotsList">
<li class="conveyor-dot conveyor-dot-current"></li>
<li class="conveyor-dot"></li>
...
</ol>
<div class="conveyor-ctrl-left">
<a class="conveyor-prev">
<span class="icon icon-arrow-left"></span>
</a>
</div>
<div class="conveyor-ctrl-right">
<a class="conveyor-next">
<span class="icon icon-arrow-right"></span>
</a>
</div>
See example/example.css for styling examples.
[ToDo: Sass version]
Pull requests are welcome.
MIT
FAQs
Simple slider written in plain old JS / HTML5 / CSS
The npm package conveyor-slideshow receives a total of 1 weekly downloads. As such, conveyor-slideshow popularity was classified as not popular.
We found that conveyor-slideshow 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
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.