Socket
Socket
Sign inDemoInstall

react-aria-modal

Package Overview
Dependencies
39
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

test/isomorphadorphic.js

5

lib/Modal.js

@@ -44,2 +44,6 @@ var React = require('react');

componentWillUnmount: function() {
noScroll.off();
},
checkClick: function(e) {

@@ -51,3 +55,2 @@ if (React.findDOMNode(this.refs.dialog).contains(e.target)) return;

deactivate: function() {
noScroll.off();
this.props.onExit();

@@ -54,0 +57,0 @@ },

6

package.json
{
"name": "react-aria-modal",
"version": "1.0.2",
"version": "1.0.3",
"description": "A fully accessible and flexible React modal built according WAI-ARIA Authoring Practices",

@@ -33,5 +33,5 @@ "main": "index.js",

"focus-trap-react": "^1.0.0",
"no-scroll": "^1.0.1",
"no-scroll": "^1.0.2",
"react": "0.13.x",
"react-displace": "^1.0.0"
"react-displace": "^1.0.1"
},

@@ -38,0 +38,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc