New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

carousel-slider

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carousel-slider - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "carousel-slider",
"version": "1.0.2",
"version": "1.0.3",
"main": "carousel.js",

@@ -5,0 +5,0 @@ "author": "Brenton Cozby <brenton.cozby@gmail.com>",

@@ -62,3 +62,3 @@ # carousel-slider

#myCarousel {
padding-bottom: 45%: /* sets carousel height */
padding-bottom: 40%: /* sets carousel height */
}

@@ -76,11 +76,6 @@ ```

```
To stack each slide on top of each other (good for phone screens):
Stack each slide on top of each other (good for phone screens):
```javascript
$('#myCarousel').stackSlides()
```
Responsively stack the slides if the screen is small:
```javascript
if($(window).width() < 768) {
$('#myCarousel').stackSlides()
}
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc