Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.0 to 2.3.1

4

lib/index.js

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

var run = requestAnimationFrame.bind(window);
var kill = cancelAnimationFrame.bind(window);
var end = cancelAnimationFrame.bind(window);
var state = {

@@ -936,3 +936,3 @@ animationFrame: 0

function stop() {
kill(state.animationFrame);
end(state.animationFrame);
state.animationFrame = 0;

@@ -939,0 +939,0 @@ }

{
"name": "embla-carousel",
"version": "2.3.0",
"version": "2.3.1",
"author": "David Cetinkaya",

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

@@ -102,5 +102,4 @@ <br />

.embla__slide {
flex: 0 0 auto;
position: relative; /* Necessary if loop: true */
width: 100%; /* Can be any width */
position: relative; /* Needed if loop: true */
flex: 0 0 100%; /* Choose any width */
}

@@ -107,0 +106,0 @@ ```

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