New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

notistack

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notistack - npm Package Compare versions

Comparing version

to
2.0.4

6

CHANGELOG.md
Thanks to all contributers who improved notistack by opening an issue/PR.
### `notistack@2.0.4`
###### Apr 10, 2022
* **@suren-atoyan** Add support for React 18 [#482](https://github.com/iamhosseindhv/notistack/pull/482)
<br />
### `notistack@2.0.3`

@@ -4,0 +10,0 @@ ###### Oct 31, 2021

6

package.json
{
"name": "notistack",
"version": "2.0.3",
"version": "2.0.4",
"description": "Highly customizable notification snackbars (toasts) that can be stacked on top of each other",

@@ -30,4 +30,4 @@ "main": "dist/index.js",

"@mui/material": "^5.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},

@@ -34,0 +34,0 @@ "peerDependenciesMeta": {