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.24 to 0.9.25

6

dist/index.d.ts

@@ -1,2 +0,2 @@

import { FunctionComponent, Component, ReactElement } from 'react';
import { FunctionComponent, Component, ReactNode, ReactElement } from 'react';

@@ -52,3 +52,5 @@ /*

interface ModalContainerProps {
template?: (...args: unknown[]) => ReactElement;
template?: (props: {
children: ReactNode;
}) => ReactElement;
className?: string;

@@ -55,0 +57,0 @@ }

{
"name": "react-modal-global",
"version": "0.9.24",
"version": "0.9.25",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc