Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

embla-carousel-vue

Package Overview
Dependencies
Maintainers
1
Versions
56
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-rc05 to 8.0.0-rc06

8

embla-carousel-vue.umd.js

@@ -1336,11 +1336,10 @@ (function (global, factory) {

options = optionsAtMedia(optionsBase);
pluginList = withPlugins || pluginList;
storeElements();
engine = Engine(root, container, slides, ownerDocument, ownerWindow, options, eventHandler, animations);
if (!options.active) return deActivate();
engine.translate.to(engine.location.get());
pluginList = withPlugins || pluginList;
pluginApis = pluginsHandler.init(pluginList, self);
optionsMediaQueries([optionsBase, ...pluginList.map(({
options
}) => options)]).forEach(query => mediaHandlers.add(query, 'change', reActivate));
if (!options.active) return;
engine.translate.to(engine.location.get());
engine.eventHandler.init(self);

@@ -1368,2 +1367,3 @@ engine.resizeHandler.init(self, options.watchResize);

}
pluginApis = pluginsHandler.init(pluginList, self);
}

@@ -1370,0 +1370,0 @@ function reActivate(withOptions, withPlugins) {

{
"name": "embla-carousel-vue",
"version": "8.0.0-rc05",
"version": "8.0.0-rc06",
"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-rc05",
"embla-carousel-reactive-utils": "8.0.0-rc05"
"embla-carousel": "8.0.0-rc06",
"embla-carousel-reactive-utils": "8.0.0-rc06"
},

@@ -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