Socket
Socket
Sign inDemoInstall

@kyvg/vue3-notification

Package Overview
Dependencies
Maintainers
1
Versions
39
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.0 to 2.3.1

4

dist/index.d.ts

@@ -32,2 +32,6 @@ import { Plugin as Plugin_2 } from 'vue';

export { }
declare module '@vue/runtime-core' {
export interface ComponentCustomProperties {
$notify: typeof notify;
}
}

4

package.json
{
"name": "@kyvg/vue3-notification",
"description": "Vue.js Notification Library",
"version": "2.3.0",
"version": "2.3.1",
"author": "kyvg",

@@ -14,3 +14,3 @@ "private": false,

"build:demo": "vite build",
"build:dts": "api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/index.d.ts",
"build:dts": "api-extractor run --local --verbose && tail -n +3 src/globalExtensions.ts >> dist/index.d.ts",
"dev": "vite serve",

@@ -17,0 +17,0 @@ "unit": "jest",

@@ -413,12 +413,2 @@ [![npm](https://img.shields.io/npm/dm/@kyvg/vue3-notification)](https://www.npmjs.com/package/@kyvg/vue3-notification)

## Development
To run a local demo:
```bash
# run the demo
cd demo
npm install
npm run dev
```
To contribute to the library:

@@ -425,0 +415,0 @@

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