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 3.2.0 to 3.2.1

4

dist/index.d.ts

@@ -219,3 +219,3 @@ import { AllowedComponentProps } from 'vue';

text?: string;
type?: string;
type?: NotificationType;
group?: string;

@@ -237,2 +237,4 @@ duration?: number;

declare type NotificationType = 'warn' | 'success' | 'error' | (string & {});
export declare const notify: {

@@ -239,0 +241,0 @@ (args: NotificationsOptions | string): void;

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

@@ -22,4 +22,5 @@ "private": false,

"lint": "eslint ./src/index.ts",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"preversion": "npm run test && npm run release && git add -A dist"

@@ -74,3 +75,2 @@ },

"@vue/test-utils": "^2.2.1",
"@vuepress/client": "^2.0.0-beta.67",
"eslint": "^8.26.0",

@@ -86,6 +86,6 @@ "eslint-plugin-vue": "^9.13.0",

"vite-plugin-dts": "^3.6.4",
"vitepress": "^1.0.0-rc.44",
"vitest": "^1.0.2",
"vue": "^3.3.4",
"vuepress": "^2.0.0-beta.67"
"vue": "^3.3.4"
}
}
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