
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).
react-images-carousel
Advanced tools
Responsive, lightweight and mobile-first images carousel component for all React apps.
npm install react-images-carousel
import React from 'react';
import ReactImagesCarousel from 'react-images-carousel';
export default function Home() {
const sliderData = [
"https://images.unsplash.com/photo-1608447714925-599deeb5a682?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=360&ixlib=rb-1.2.1&q=80&w=750",
"https://images.unsplash.com/photo-1504610926078-a1611febcad3?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=360&ixlib=rb-1.2.1&q=80&w=750",
"https://images.unsplash.com/photo-1419225692236-28f3211d7038?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=360&ixlib=rb-1.2.1&q=80&w=750",
"https://images.unsplash.com/photo-1515446870326-c532f9a8d954?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=360&ixlib=rb-1.2.1&q=80&w=750",
"https://images.unsplash.com/photo-1545091741-2231068f3478?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=360&ixlib=rb-1.2.1&q=80&w=750",
];
return (<div>
<ReactImagesCarousel images={sliderData} sliderBg="#000000" paginationBg="#000000"/>
</div>
)
}
Name | Value | Description |
---|---|---|
images | array | Images array for showing in the carousel |
sliderBg | string | Background color of the carousel, defaults to '#000000' |
paginationBg | string | Background color of the navigaton bar, defaults to '#000000' |
Demo Image credits to Unsplash.
FAQs
Responsive, Lite & Mobile first React Images Carousel
The npm package react-images-carousel receives a total of 316 weekly downloads. As such, react-images-carousel popularity was classified as not popular.
We found that react-images-carousel 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.