Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement →
Sign In

@scalar/use-toasts

Package Overview
Dependencies
Maintainers
8
Versions
42
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.9
to
0.7.10
+6
-0
CHANGELOG.md
# @scalar/use-toasts
## 0.7.10
### Patch Changes
- 8c7bad8: chore: move build tooling to esbuild
## 0.7.9

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

+3
-3

@@ -1,2 +0,2 @@

import { defineComponent as c, ref as i, onMounted as u, openBlock as f, createBlock as m, unref as l, createCommentVNode as p } from "vue";
import { defineComponent as c, ref as i, onMounted as u, createBlock as f, createCommentVNode as m, openBlock as l, unref as p } from "vue";
import { toast as t, Toaster as d } from "vue-sonner";

@@ -20,6 +20,6 @@ import { useToasts as _ } from "../hooks/useToasts.js";

});
}), (s, r) => o.value ? (f(), m(l(d), {
}), (s, r) => o.value ? (l(), f(p(d), {
key: 0,
class: "scalar-toaster"
})) : p("", !0);
})) : m("", !0);
}

@@ -26,0 +26,0 @@ });

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

],
"version": "0.7.9",
"version": "0.7.10",
"engines": {

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

"dependencies": {
"nanoid": "^5.0.9",
"nanoid": "^5.1.5",
"vue": "^3.5.12",

@@ -44,3 +44,3 @@ "vue-sonner": "^1.0.3"

"vitest": "^1.6.0",
"@scalar/build-tooling": "0.1.13"
"@scalar/build-tooling": "0.1.19"
},

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