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 3.1.2 to 3.2.0

8

react-modal/index.d.ts

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

// Type definitions for react-modal 3.1
// Type definitions for react-modal 3.2
// Project: https://github.com/reactjs/react-modal

@@ -95,2 +95,8 @@ // Definitions by: Rajab Shakirov <https://github.com/radziksh>,

contentLabel?: string;
/* Function accepting the ref for the content */
contentRef?: (instance: HTMLDivElement) => void;
/* Function accepting the ref for the overlay */
overlayRef?: (instance: HTMLDivElement) => void;
}

@@ -97,0 +103,0 @@ }

6

react-modal/package.json
{
"name": "@types/react-modal",
"version": "3.1.2",
"version": "3.2.0",
"description": "TypeScript definitions for react-modal",

@@ -41,3 +41,3 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -48,4 +48,4 @@ "scripts": {},

},
"typesPublisherContentHash": "fc6500ca720807421e7b5c2d15976764b1f679088c80528cf73d4b30ebe0ce57",
"typesPublisherContentHash": "88c35e34d1847b89cf70eb5f5804c59ee5a988e6e8296e0ecb3552cf889f89c9",
"typeScriptVersion": "2.6"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-modal
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-modal
Additional Details
* Last updated: Mon, 12 Feb 2018 20:56:58 GMT
* Last updated: Wed, 04 Jul 2018 01:11:07 GMT
* Dependencies: react

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

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