
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
presentation-js
Advanced tools
Carousel without the use of JQuery
==================================================================
please provide the style and script tag to your application
<link rel="stylesheet" href="build/styles/main.css">
<script src="build/bundle.js"></script>
To be able to run Presentation-js you will need to provide a container with an attribute of presentation-js
The container can only have children of divs with a background-image/text provided and height
The divs will take the entire width of it's containers
You will need to provide a data-slide attribute the the children of the container. example can be found on the index.html page
to initialize the container. You will need to provide presentation.start() function
This function takes in one optional parameter. The parameter is the object to which you can provide presentation-js with configurations to the carousel.
presentation.start('presentation', {
timer: 6000,
arrows: true,
autoSlide: true,
dots: false,
dotsSize: '13px',
activeDotColor: 'white',
inactiveDotColor: 'gray',
arrowSize: '25px',
arrowColor: 'beige'
})
these are the current default parameters that presentation-js will run off of unless changed by the user itself. Keep in mind that when changing parameter, the value types need to be the same as the defaults or else you will see a type error from presentation-js
FAQs
A simplistic carousel package with out the need of JQuery
We found that presentation-js 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
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.