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-rc04 to 8.0.0-rc05

5

embla-carousel-vue.umd.js

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

const scrollBounds = Limit(-contentSize + viewSize, snapsAligned[0]);
const snapsBounded = snapsAligned.map(scrollBounds.constrain);
const snapsBounded = measureBounded();
const snapsContained = measureContained();

@@ -561,2 +561,5 @@ function findDuplicates() {

}
function measureBounded() {
return snapsAligned.map(scrollBounds.constrain).map(scrollBound => parseFloat(scrollBound.toFixed(3)));
}
function measureContained() {

@@ -563,0 +566,0 @@ if (contentSize <= viewSize) return [scrollBounds.max];

6

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

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