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

vue3-carousel

Package Overview
Dependencies
Maintainers
1
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.8 to 0.1.9

2

dist/carousel.es.js
/**
* Vue 3 Carousel 0.1.8
* Vue 3 Carousel 0.1.9
* (c) 2021

@@ -4,0 +4,0 @@ * @license MIT

/**
* Vue 3 Carousel 0.1.8
* Vue 3 Carousel 0.1.9
* (c) 2021

@@ -9,3 +9,3 @@ * @license MIT

typeof define === 'function' && define.amd ? define(['exports', 'vue'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.VueCarousel = {}, global.vue));
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.VueCarousel = {}, global.Vue));
}(this, (function (exports, vue) { 'use strict';

@@ -12,0 +12,0 @@

{
"name": "vue3-carousel",
"version": "0.1.8",
"version": "0.1.9",
"scripts": {

@@ -23,6 +23,6 @@ "build": "rollup -c",

"vitepress": "^0.8.1",
"vue": "^3.0.2"
"vue": "^3.0.0"
},
"peerDependencies": {
"vue": "^3.0.0-beta.13"
"vue": "^3.0.0"
},

@@ -29,0 +29,0 @@ "browserslist": [

@@ -19,3 +19,6 @@ import css from 'rollup-plugin-css-only';

name: 'VueCarousel',
banner
banner,
globals: {
vue: 'Vue',
},
},

@@ -22,0 +25,0 @@ {

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