New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
3.10.0

14

react-modal/index.d.ts

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

// Type definitions for react-modal 3.8
// Type definitions for react-modal 3.10
// Project: https://github.com/reactjs/react-modal

@@ -53,7 +53,7 @@ // Definitions by: Rajab Shakirov <https://github.com/radziksh>,

/* String className to be applied to the document.body. */
bodyOpenClassName?: string;
/* String className to be applied to the document.body (must be a constant string). When set to null it doesn't add any class to document.body. */
bodyOpenClassName?: string | null;
/* String className to be applied to the document.html. */
htmlOpenClassName?: string;
/* String className to be applied to the document.html (must be a constant string). Defaults to null. */
htmlOpenClassName?: string | null;

@@ -105,4 +105,4 @@ /* String or object className to be applied to the modal content. */

/* String indicating the role of the modal, allowing the 'dialog' role to be applied if desired. */
role?: string;
/* String indicating the role of the modal, allowing the 'dialog' role to be applied if desired. Defaults to "dialog". */
role?: string | null;

@@ -109,0 +109,0 @@ /* String indicating how the content container should be announced to screenreaders. */

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

@@ -54,4 +54,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "8559bed40b9f5cc63c0be35921d4f14c38485605535fdd173f70d1e01750fe62",
"typesPublisherContentHash": "91eb3e95a64eabc9cc196be35aff0311b82af082e987c88d7579644cfddbcc82",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Fri, 30 Aug 2019 00:57:05 GMT
* Last updated: Fri, 18 Oct 2019 22:47:45 GMT
* Dependencies: @types/react

@@ -14,0 +14,0 @@ * Global values: ReactModal