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

embla-carousel

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embla-carousel - npm Package Compare versions

Comparing version 2.1.13 to 2.1.14

4

lib/index.js

@@ -587,3 +587,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

var index = slider.index;
return !options.loop && index.get() !== index.min;
return options.loop || index.get() !== index.min;
}

@@ -593,3 +593,3 @@

var index = slider.index;
return !options.loop && index.get() !== index.max;
return options.loop || index.get() !== index.max;
}

@@ -596,0 +596,0 @@

{
"name": "embla-carousel",
"version": "2.1.13",
"version": "2.1.14",
"author": "David Cetinkaya",

@@ -5,0 +5,0 @@ "private": false,

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