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

@kyvg/vue3-notification

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kyvg/vue3-notification - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

7

dist/index.common.js

@@ -91,3 +91,3 @@ 'use strict';

name: 'velocity-group',
emits: ['afterLeave', 'leave', 'enter'],
emits: ['after-leave', 'leave', 'enter'],
methods: {

@@ -101,3 +101,3 @@ enter(el, complete) {

afterLeave() {
this.$emit('afterLeave');
this.$emit('after-leave');
},

@@ -127,2 +127,3 @@ },

name: 'css-group',
inheritAttrs: false,
props: {

@@ -418,3 +419,3 @@ name: { type: String, required: true },

return this.isVA
? null
? undefined
: { transition: `all ${item.speed}ms` };

@@ -421,0 +422,0 @@ },

@@ -87,3 +87,3 @@ import { defineComponent, openBlock, createBlock, TransitionGroup, withCtx, renderSlot, resolveDynamicComponent, Fragment, renderList, createCommentVNode, createVNode } from 'vue';

name: 'velocity-group',
emits: ['afterLeave', 'leave', 'enter'],
emits: ['after-leave', 'leave', 'enter'],
methods: {

@@ -97,3 +97,3 @@ enter(el, complete) {

afterLeave() {
this.$emit('afterLeave');
this.$emit('after-leave');
},

@@ -123,2 +123,3 @@ },

name: 'css-group',
inheritAttrs: false,
props: {

@@ -414,3 +415,3 @@ name: { type: String, required: true },

return this.isVA
? null
? undefined
: { transition: `all ${item.speed}ms` };

@@ -417,0 +418,0 @@ },

{
"name": "@kyvg/vue3-notification",
"description": "Vue.js Notification Library",
"version": "2.3.2",
"version": "2.3.3",
"author": "kyvg",

@@ -6,0 +6,0 @@ "private": false,

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