
Research
5 Malicious Chrome Extensions Enable Session Hijacking in Enterprise HR and ERP Systems
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.
deku-slide
Advanced tools
Carousel component for Deku
Using the Swiper Slider.
$ npm install --save deku-slide
import Slide from 'deku-slide';
const options = {
breakpoints: {
320: {
slidesPerView: 1,
spaceBetweenSlides: 10
}
},
centeredSlides: true,
slidesPerView: 3,
spaceBetween: 30
};
const render = () => (
<Slide options={options} onInit={x => console.log(x)} arrows loop pagination>
<div><img src='http://placehold.it/960x500'/></div>
<div><img src='http://placehold.it/960x400'/></div>
<div><img src='http://placehold.it/960x550'/></div>
<div><img src='http://placehold.it/960x450'/></div>
<div><img src='http://placehold.it/960x350'/></div>
<div><img src='http://placehold.it/960x300'/></div>
<div><img src='http://placehold.it/960x600'/></div>
<div><img src='http://placehold.it/960x250'/></div>
</Slide>
);
export default {render};
Type: boolean
Default: false
Show arrows.
Type: string
Default: 'Swiper'
Class to be added to the element.
Type: number
Default: 3000
Delay between transitions in ms.
Type: boolean
Default: false
Enable continuous loop mode.
Type: function
Function that returns initialized Swiper instance.
Type: object
Object with Swiper options. Available options can be found here.
Type: boolean
Default: false
Enable pagination indicators.
Type: boolean
Default: false
Activate autoplay.
Type: number
Default: 300
Duration of transition between slides in ms.
Type: boolean
Default: false
Displays a vertical slider.
MIT © Andreas Gillström
FAQs
Carousel component for Deku
We found that deku-slide demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.