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
10
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.9.0
to
0.9.1
+8
-0
CHANGELOG.md
# @scalar/use-toasts
## 0.9.1
### Patch Changes
- [#7473](https://github.com/scalar/scalar/pull/7473) [`ea13cd2`](https://github.com/scalar/scalar/commit/ea13cd2a44ff1ba7f19abcfcad1e51c9e7a0b75d) Thanks [@marcalexiei](https://github.com/marcalexiei)! - fix: remove `nanoid` unused dependency
- [#7473](https://github.com/scalar/scalar/pull/7473) [`ea13cd2`](https://github.com/scalar/scalar/commit/ea13cd2a44ff1ba7f19abcfcad1e51c9e7a0b75d) Thanks [@marcalexiei](https://github.com/marcalexiei)! - fix: use named exports instead of star
## 0.9.0

@@ -4,0 +12,0 @@

+1
-1
export { default as ScalarToasts } from './components/ScalarToasts.vue.js';
export * from './hooks';
export { type ToastFunction, type ToastOptions, initializeToasts, useToasts, } from './hooks/useToasts.js';
//# sourceMappingURL=index.d.ts.map

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

{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+BAA+B,CAAA;AACvE,cAAc,SAAS,CAAA"}
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+BAA+B,CAAA;AACvE,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,gBAAgB,EAChB,SAAS,GACV,MAAM,mBAAmB,CAAA"}

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

],
"version": "0.9.0",
"version": "0.9.1",
"engines": {

@@ -27,2 +27,9 @@ "node": ">=20"

"main": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [

@@ -33,3 +40,2 @@ "dist",

"dependencies": {
"nanoid": "5.1.5",
"vue": "^3.5.21",

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

"vitest": "3.2.4",
"@scalar/build-tooling": "0.2.8"
"@scalar/build-tooling": "0.3.1"
},

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

export * from './useToasts.js';
//# sourceMappingURL=index.d.ts.map
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"}