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

react-modal-global

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-modal-global - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

2

package.json
{
"name": "react-modal-global",
"version": "0.9.2",
"version": "0.9.3",
"description": "React Modal but Global",

@@ -5,0 +5,0 @@ "main": "dist/index.ts",

@@ -108,3 +108,8 @@ # React Modal Global

- `fork` - creates a new layer for a single modal
- asd
|Option|Description|
|---|---|
|`id`|Specifies id of a modal (default: `Date.now()`). In react it's used as a `key`. May be used to find and close specific modal or else.|
|`closable`|Specifies if a modal closing is controlled itself|
|`weak`|By default, a last closed modal will not be removed and if same modal will be request to open, it will _restore_ previous modal but with `weak: true` it will not happen.|
|`fork`|Creates a new layer for a single modal|
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