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.0 to 3.1.1

10

react-modal/index.d.ts

@@ -7,3 +7,4 @@ // Type definitions for react-modal 3.1

// Tatu Tamminen <https://github.com/ttamminen>,
// Uwe Wiemer <https://github.com/hallowatcher>
// Uwe Wiemer <https://github.com/hallowatcher>,
// Peter Blazejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -101,4 +102,7 @@ // TypeScript Version: 2.3

static defaultStyles: ReactModal.Styles;
/* Call this to properly hide your application from assistive screenreaders and other assistive technologies while the modal is open. */
static setAppElement(appElement: HTMLElement): void;
/**
* Call this to properly hide your application from assistive screenreaders
* and other assistive technologies while the modal is open.
*/
static setAppElement(appElement: string | HTMLElement): void;
}
{
"name": "@types/react-modal",
"version": "3.1.0",
"version": "3.1.1",
"description": "TypeScript definitions for react-modal",

@@ -31,2 +31,7 @@ "license": "MIT",

"githubUsername": "hallowatcher"
},
{
"name": "Peter Blazejewicz",
"url": "https://github.com/peterblazejewicz",
"githubUsername": "peterblazejewicz"
}

@@ -43,4 +48,4 @@ ],

},
"typesPublisherContentHash": "549b757718c66ef00db9fb17279b59de83d364bbdd1d88970640dc5e79ab3913",
"typesPublisherContentHash": "018f3e3cf44292b479cbb0cc7fc836a7239ee70a272aa30cd6aada5ee6da0490",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Sun, 03 Dec 2017 16:31:01 GMT
* Last updated: Thu, 28 Dec 2017 00:36:00 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>, Tatu Tamminen <https://github.com/ttamminen>, Uwe Wiemer <https://github.com/hallowatcher>.
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>, Uwe Wiemer <https://github.com/hallowatcher>, Peter Blazejewicz <https://github.com/peterblazejewicz>.
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