🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

react-notify-library

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-notify-library - npm Package Compare versions

Comparing version
0.0.5
to
0.0.6
+1
-1
package.json
{
"name": "react-notify-library",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -13,3 +13,4 @@ # React-notify-library

- width?: String | Number (value will be in px) (default - 320px)
- typeStyles?: Object - this property is using to rewrite default styles for different notification types, passed object is merging with default type styles, object keys is equal to notification types
- baseSettings?: Object - this property is using to set up base settings for all notifications, object properties must be one of notification params (params example below)
- typeStyles?: Object - this property is using to rewrite default styles for different notification types, passed object is merging with default type styles, object properties is equal to notification types

@@ -16,0 +17,0 @@ ###### TypeStyles

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