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

@jill64/svelte-toast

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jill64/svelte-toast - npm Package Compare versions

Comparing version 0.1.26 to 1.0.0

17

package.json
{
"name": "@jill64/svelte-toast",
"version": "0.1.26",
"version": "1.0.0",
"description": "My quick setup for svelte-french-toast",

@@ -15,2 +15,5 @@ "type": "module",

"keywords": [
"svelte",
"toast",
"pre-styled",
"notify"

@@ -35,3 +38,3 @@ ],

"build": "vite build && pnpm package",
"test:e2e": "npx playwright install && playwright test",
"test:e2e": "npx playwright install --with-deps && npx playwright test",
"preview": "pnpm build && vite preview",

@@ -41,3 +44,3 @@ "prepack": "npm run build",

"check": "svelte-kit sync && npx svelte-check",
"lint": "npx prettier --check . --plugin prettier-plugin-svelte . && npx eslint && npm run check",
"lint": "npx prettier --check . --plugin prettier-plugin-svelte . && npx eslint . && npm run check",
"format": "npx prettier --write . --plugin prettier-plugin-svelte ."

@@ -51,9 +54,9 @@ },

"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "1.26.0",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@sveltejs/kit": "1.27.0",
"@typescript-eslint/eslint-plugin": "6.9.0",
"eslint-plugin-deprecation": "2.0.0",
"@typescript-eslint/parser": "6.9.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-svelte": "2.34.0",
"prettier-plugin-svelte": "3.0.3",
"tslib": "2.6.2",
"typescript": "5.2.2",

@@ -60,0 +63,0 @@ "vite": "4.5.0"

@@ -0,10 +1,15 @@

<!----- BEGIN GHOST DOCS HEADER ----->
# svelte-toast
[![npm](https://img.shields.io/npm/v/%40jill64%2Fsvelte-toast)](https://npmjs.com/package/@jill64/svelte-toast)
[![Deploy](https://github.com/jill64/svelte-toast/actions/workflows/deploy.yml/badge.svg)](https://github.com/jill64/svelte-toast/actions/workflows/deploy.yml)
[![npm-version](https://img.shields.io/npm/v/@jill64/svelte-toast)](https://npmjs.com/package/@jill64/svelte-toast) [![npm-license](https://img.shields.io/npm/l/@jill64/svelte-toast)](https://npmjs.com/package/@jill64/svelte-toast) [![npm-download-month](https://img.shields.io/npm/dm/@jill64/svelte-toast)](https://npmjs.com/package/@jill64/svelte-toast) [![npm-min-size](https://img.shields.io/bundlephobia/min/@jill64/svelte-toast)](https://npmjs.com/package/@jill64/svelte-toast) [![deploy.yml](https://github.com/jill64/svelte-toast/actions/workflows/deploy.yml/badge.svg)](https://github.com/jill64/svelte-toast/actions/workflows/deploy.yml)
My quick setup for svelte-french-toast
<!----- END GHOST DOCS HEADER ----->
[svelte-french-toast](https://github.com/kbrgl/svelte-french-toast).
[Demo](https://jill64.github.io/svelte-toast)
My quick setup for [svelte-french-toast](https://github.com/kbrgl/svelte-french-toast).
- Color palette makes theme setting quick and simple

@@ -22,3 +27,3 @@ - Applies device dark theme by default

```svelte
```svelte:+layout.svelte
<!-- +layout.svelte -->

@@ -45,3 +50,3 @@ <script>

```svelte
```svelte:+page.svelte
<!-- +page.svelte -->

@@ -59,3 +64,3 @@ <script>

const onPromise = () => () =>
const onPromise = () =>
$toast.promise(

@@ -62,0 +67,0 @@ // Your Promise

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