Socket
Socket
Sign inDemoInstall

toastifier

Package Overview
Dependencies
0
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.3.0

4

package.json
{
"name": "toastifier",
"version": "1.2.2",
"version": "1.3.0",
"description": "Light and Simple Multi-Framework Toaster",

@@ -27,3 +27,3 @@ "main": "script.js",

},
"homepage": "https://github.com/varun-singhh/Toastifier#readme"
"homepage": "https://toastifier.vercel.app/"
}

@@ -50,2 +50,4 @@ ## Installation

| `border` | `String` | Border, by default based on toast type |
| `onAppear` | `Function` | Callback executes when toast appears |
| `onDisappear` | `Function` | Callback executes when toast disappears |

@@ -91,2 +93,4 @@ <br />

},
onAppear: () => console.log('toast appeared'),
onDisappear: () => console.log('toast disappeared')
};

@@ -93,0 +97,0 @@ const notify = () => toastifier("Boom! it Worked", options);

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc