Socket
Socket
Sign inDemoInstall

react-modal-global

Package Overview
Dependencies
3
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2-rc2 to 1.1.0-rc1

2

dist/index.d.ts
import { ReactElement, Component, ReactNode, ComponentLifecycle } from 'react';
import { HasRequiredKeys } from 'type-fest';
type ModalComponent<P = unknown> = (props: P) => ReactElement;
type ModalComponent<P = unknown> = ((props: P) => ReactElement | null) | (() => ReactElement | null);
interface ModalParams {

@@ -6,0 +6,0 @@ /**

{
"name": "react-modal-global",
"version": "1.0.2-rc2",
"version": "1.1.0-rc1",
"description": "React Modal but Global",

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

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