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

solid-toast

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solid-toast - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

dist/solid-toast.cjs.js

26

package.json
{
"name": "solid-toast",
"version": "0.0.0",
"version": "0.0.1",
"description": "Customizable Toast Notifications for SolidJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

@@ -13,2 +10,6 @@ "type": "git",

},
"files": [
"dist",
"src"
],
"keywords": [

@@ -24,3 +25,18 @@ "solidjs",

},
"homepage": "https://github.com/ardeora/solid-toast#readme"
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"homepage": "https://github.com/ardeora/solid-toast#readme",
"dependencies": {
"goober": "^2.1.9",
"solid-js": "^1.4.2"
},
"devDependencies": {
"@types/node": "^17.0.35",
"csstype": "^3.1.0",
"vite": "^2.9.9",
"vite-plugin-solid": "^2.2.6"
}
}

2

README.md

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

# solid-toast
# Solid Toast
Customizable Toast Notifications for SolidJS
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