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.11 to 0.1.12

2

dist/carousel.es.js
/**
* Vue 3 Carousel 0.1.10
* Vue 3 Carousel 0.1.11
* (c) 2021

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

/**
* Vue 3 Carousel 0.1.10
* Vue 3 Carousel 0.1.11
* (c) 2021

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

@@ -0,1 +1,2 @@

import './variables.css';
import './carousel.css';

@@ -2,0 +3,0 @@ import './icon.css';

{
"name": "vue3-carousel",
"version": "0.1.11",
"version": "0.1.12",
"scripts": {

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

"typescript": "^4.1.3",
"vitepress": "^0.11.3",
"vitepress": "^0.11.5",
"vue": "^3.0.0"

@@ -26,0 +26,0 @@ },

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

plugins: [
css({ output: pkg.style }),
css({ output: 'carousel.css' }),
typescript({

@@ -38,0 +38,0 @@ typescript: require('typescript'),

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