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 1.0.0 to 1.0.1

33

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

@@ -12,9 +12,10 @@ "main": "dist/index.js",

"files": [
"dist"
"dist",
"!*.test.*",
"!*.spec.*"
],
"keywords": [
"notify",
"svelte",
"toast",
"pre-styled",
"notify"
"toast"
],

@@ -37,9 +38,9 @@ "exports": {

"dev": "vite dev",
"build": "vite build && pnpm package",
"test:e2e": "npx playwright install --with-deps && npx playwright test",
"preview": "pnpm build && vite preview",
"build": "vite build && npm run package",
"test": "playwright test",
"preview": "npm run build && vite preview",
"prepack": "npm run build",
"package": "svelte-kit sync && npx @sveltejs/package && npx publint",
"check": "svelte-kit sync && npx svelte-check",
"lint": "npx prettier --check . --plugin prettier-plugin-svelte . && npx eslint . && npm run check",
"lint": "npx eslint . && npm run check",
"format": "npx prettier --write . --plugin prettier-plugin-svelte ."

@@ -52,9 +53,9 @@ },

"@playwright/test": "1.39.0",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "1.27.0",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@sveltejs/adapter-auto": "2.1.1",
"@sveltejs/kit": "1.27.3",
"@typescript-eslint/eslint-plugin": "6.9.1",
"eslint-plugin-deprecation": "2.0.0",
"@typescript-eslint/parser": "6.9.0",
"@typescript-eslint/parser": "6.9.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-svelte": "2.34.0",
"eslint-plugin-svelte": "2.34.1",
"prettier-plugin-svelte": "3.0.3",

@@ -65,3 +66,3 @@ "typescript": "5.2.2",

"dependencies": {
"@jill64/svelte-device-theme": "1.1.1",
"@jill64/svelte-device-theme": "1.2.0",
"svelte": "4.2.2",

@@ -68,0 +69,0 @@ "svelte-french-toast": "1.2.0"

@@ -5,12 +5,18 @@ <!----- BEGIN GHOST DOCS HEADER ----->

[![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)
[![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) [![ci.yml](https://github.com/jill64/svelte-toast/actions/workflows/ci.yml/badge.svg)](https://github.com/jill64/svelte-toast/actions/workflows/ci.yml) [![stackblitz](https://img.shields.io/badge/StackBlitz-jill64--svelte--toast-dodgerblue)](https://stackblitz.com/edit/jill64-svelte-toast?file=src%2Froutes%2FDemo.svelte)
My quick setup for svelte-french-toast
🍞 My quick setup for svelte-french-toast
## [Demo](https://stackblitz.com/edit/jill64-svelte-toast?file=src%2Froutes%2FDemo.svelte)
## Install
```sh
npm i @jill64/svelte-toast
```
<!----- END GHOST DOCS HEADER ----->
[svelte-french-toast](https://github.com/kbrgl/svelte-french-toast).
[svelte-french-toast](https://github.com/kbrgl/svelte-french-toast)
[Demo](https://jill64.github.io/svelte-toast)
- Color palette makes theme setting quick and simple

@@ -20,8 +26,2 @@ - Applies device dark theme by default

## Install
```sh
npm i @jill64/svelte-toast
```
## Usage

@@ -28,0 +28,0 @@

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