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.2.2 to 0.2.4

7

dist/carousel.es.js
/**
* Vue 3 Carousel 0.2.2
* Vue 3 Carousel 0.2.4
* (c) 2022

@@ -363,2 +363,7 @@ * @license MIT

}
/**
* use the same options as in onMounted
* https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener#Matching_event_listeners_for_removal
*/
window.removeEventListener('resize', handleWindowResize, { passive: true });
});

@@ -365,0 +370,0 @@ /**

/**
* Vue 3 Carousel 0.2.2
* Vue 3 Carousel 0.2.4
* (c) 2022

@@ -367,2 +367,7 @@ * @license MIT

}
/**
* use the same options as in onMounted
* https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener#Matching_event_listeners_for_removal
*/
window.removeEventListener('resize', handleWindowResize, { passive: true });
});

@@ -369,0 +374,0 @@ /**

2

package.json
{
"name": "vue3-carousel",
"version": "0.2.2",
"version": "0.2.4",
"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