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

@scalar/use-toasts

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/use-toasts - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

6

CHANGELOG.md
# @scalar/use-toasts
## 0.7.4
### Patch Changes
- 94e68ab: chore: upgrade typescript to 5.5
## 0.7.3

@@ -4,0 +10,0 @@

2

dist/hooks/useToasts.d.ts

@@ -10,4 +10,4 @@ export type ToastOptions = {

initializeToasts: typeof initializeToasts;
toast: (message: string, level?: 'warn' | 'info' | 'error', options?: ToastOptions) => void;
toast: (message: string, level?: "warn" | "info" | "error", options?: ToastOptions) => void;
};
//# sourceMappingURL=useToasts.d.ts.map

@@ -20,3 +20,3 @@ {

],
"version": "0.7.3",
"version": "0.7.4",
"engines": {

@@ -44,3 +44,3 @@ "node": ">=18"

"vue-tsc": "^2.0.13",
"@scalar/build-tooling": "0.1.6"
"@scalar/build-tooling": "0.1.7"
},

@@ -47,0 +47,0 @@ "scripts": {

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