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

vue3-carousel

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-carousel - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

4

dist/carousel.es.js
/**
* Vue 3 Carousel 0.1.15
* Vue 3 Carousel 0.1.16
* (c) 2021

@@ -174,5 +174,5 @@ * @license MIT

onMounted(() => {
updateSlideWidth();
if (breakpoints.value)
updateConfig();
updateSlideWidth();
// @ts-ignore

@@ -179,0 +179,0 @@ window.addEventListener('resize', handleWindowResize, { passive: true });

/**
* Vue 3 Carousel 0.1.15
* Vue 3 Carousel 0.1.16
* (c) 2021

@@ -178,5 +178,5 @@ * @license MIT

vue.onMounted(() => {
updateSlideWidth();
if (breakpoints.value)
updateConfig();
updateSlideWidth();
// @ts-ignore

@@ -183,0 +183,0 @@ window.addEventListener('resize', handleWindowResize, { passive: true });

{
"name": "vue3-carousel",
"version": "0.1.15",
"version": "0.1.16",
"scripts": {

@@ -5,0 +5,0 @@ "build": "rollup -c",

Sorry, the diff of this file is not supported yet

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