New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@steveyuowo/vue-hot-toast

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@steveyuowo/vue-hot-toast - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

dist/bg.png

2

package.json
{
"name": "@steveyuowo/vue-hot-toast",
"version": "1.0.5",
"version": "1.0.6",
"type": "module",

@@ -5,0 +5,0 @@ "files": [

@@ -10,2 +10,41 @@ <img src="./public/header.gif" />

## Installation
- pnpm
```bash
pnpm install @steveyuowo/vue-hot-toast
```
- npm
```bash
npm install @steveyuowo/vue-hot-toast
```
## Getting Started
Add the Toast and call the toast function.
```vue
<script setup lang="ts">
import { Toast, toast } from "@steveyuowo/vue-hot-toast";
import "@steveyuowo/vue-hot-toast/vue-hot-toast.css";
</script>
<template>
<button
@click="
toast({
type: 'success',
duration: 9000,
autoClose: false
})
"
>
Success
</button>
<Toast />
</template>
```
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