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

react-simple-toasts

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-toasts - npm Package Compare versions

Comparing version 3.2.0-alpha.1 to 3.2.1

2

package.json
{
"name": "react-simple-toasts",
"version": "3.2.0-alpha.1",
"version": "3.2.1",
"description": "Simple toast popup for React",

@@ -5,0 +5,0 @@ "author": "almond-bongbong",

@@ -43,2 +43,11 @@ # react-simple-toasts

## Message
Message type can be ReactNode.
```js
toast('Hello toast!');
// or
toast(<strong>Hello, toast</strong>);
```
## Options

@@ -45,0 +54,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