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

embla-carousel-vue

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embla-carousel-vue - npm Package Compare versions

Comparing version 8.0.0-rc06 to 8.0.0-rc07

10

embla-carousel-vue.umd.js

@@ -416,3 +416,3 @@ (function (global, factory) {

}
function ResizeHandler(container, slides, axis, eventHandler) {
function ResizeHandler(container, eventHandler, ownerWindow, slides, axis) {
let resizeObserver;

@@ -436,4 +436,6 @@ let containerSize;

if (lastSize !== newSize) {
emblaApi.reInit();
eventHandler.emit('resize');
ownerWindow.requestAnimationFrame(() => {
emblaApi.reInit();
eventHandler.emit('resize');
});
break;

@@ -1136,3 +1138,3 @@ }

options,
resizeHandler: ResizeHandler(container, slides, axis, eventHandler),
resizeHandler: ResizeHandler(container, eventHandler, ownerWindow, slides, axis),
scrollBody,

@@ -1139,0 +1141,0 @@ scrollBounds: ScrollBounds(limit, location, target, scrollBody, percentOfView),

6

package.json
{
"name": "embla-carousel-vue",
"version": "8.0.0-rc06",
"version": "8.0.0-rc07",
"author": "David Jerleke",

@@ -59,4 +59,4 @@ "description": "A lightweight carousel library with fluid motion and great swipe precision",

"dependencies": {
"embla-carousel": "8.0.0-rc06",
"embla-carousel-reactive-utils": "8.0.0-rc06"
"embla-carousel": "8.0.0-rc07",
"embla-carousel-reactive-utils": "8.0.0-rc07"
},

@@ -63,0 +63,0 @@ "peerDependencies": {

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