Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

hero-carousel

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hero-carousel - npm Package Compare versions

Comparing version
1.1.1
to
1.1.2
+5
-2
package.json
{
"name": "hero-carousel",
"version": "1.1.1",
"version": "1.1.2",
"description": "A basic vanilla JS carousel to go at the top of your home page",

@@ -13,3 +13,5 @@ "main": "index.js",

"hero",
"carousel"
"carousel",
"zero dependency",
"slider"
],

@@ -20,4 +22,5 @@ "repository": {

},
"homepage": "https://hero-carousel.netlify.app/",
"author": "@AlexClark_NZ",
"license": "MIT"
}
# Hero Carousel
A pretty bare-bones masthead carousel made for myself to re-use parts of and customise for client sites. Has keyboard navigation support and basic swipe handling.
A simple hero carousel I made for myself to re-use parts of and customise for client sites. Has keyboard navigation support and basic swipe handling. Pretty customisable through the HTML markup and CSS. My base setup is noted below.
I built this package to practise my JavaScript and to have a go at my first time creating an npm package. There are probably better ways to do things. Change things up however you like, suggestions welcome.
Change things up however you like, suggestions/contributions welcome.
## Demo
[https://hero-carousel.netlify.app/](https://hero-carousel.netlify.app/)
## Installation

@@ -8,0 +12,0 @@