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

@types/react-modal

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-modal - npm Package Compare versions

Comparing version 1.6.7 to 1.6.8

19

react-modal/index.d.ts
// Type definitions for react-modal 1.6
// Project: https://github.com/reactjs/react-modal
// Definitions by: Rajab Shakirov <https://github.com/radziksh>, Drew Noakes <https://github.com/drewnoakes>, Thomas B Homburg <https://github.com/homburg>
// Definitions by: Rajab Shakirov <https://github.com/radziksh>,
// Drew Noakes <https://github.com/drewnoakes>,
// Thomas B Homburg <https://github.com/homburg>
// Tatu Tamminen <https://github.com/ttamminen>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -23,2 +26,8 @@ // TypeScript Version: 2.3

interface Classes {
base?: string;
afterOpen?: string;
beforeClose?: string;
}
interface Props {

@@ -43,6 +52,6 @@ /* Boolean describing if the modal should be shown or not. Defaults to false. */

portalClassName?: string;
/* String className to be applied to the overlay. */
overlayClassName?: string;
/* String className to be applied to the modal content. */
className?: string;
/* String or object className to be applied to the overlay. */
overlayClassName?: string | Classes;
/* String or object className to be applied to the modal content. */
className?: string | Classes;
/* String indicating how the content container should be announced to screenreaders. */

@@ -49,0 +58,0 @@ contentLabel?: string;

{
"name": "@types/react-modal",
"version": "1.6.7",
"version": "1.6.8",
"description": "TypeScript definitions for react-modal",

@@ -18,2 +18,6 @@ "license": "MIT",

"url": "https://github.com/homburg"
},
{
"name": "Tatu Tamminen",
"url": "https://github.com/ttamminen"
}

@@ -31,4 +35,4 @@ ],

"peerDependencies": {},
"typesPublisherContentHash": "fa8867aa5a3bdbf72d9b6acc5bf8e70f2ac5a9e2513ce78b8da22745146934c7",
"typesPublisherContentHash": "154b67156d2a71b945be7be3c96044e2098029877a759b1367aec577b5ad90c9",
"typeScriptVersion": "2.3"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 23 Jun 2017 17:36:34 GMT
* Last updated: Mon, 17 Jul 2017 16:49:37 GMT
* Dependencies: react

@@ -17,2 +17,2 @@ * Global values: ReactModal

# Credits
These definitions were written by Rajab Shakirov <https://github.com/radziksh>, Drew Noakes <https://github.com/drewnoakes>, Thomas B Homburg <https://github.com/homburg>.
These definitions were written by Rajab Shakirov <https://github.com/radziksh>, Drew Noakes <https://github.com/drewnoakes>, Thomas B Homburg <https://github.com/homburg>, Tatu Tamminen <https://github.com/ttamminen>.
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