Socket
Socket
Sign inDemoInstall

react-aria-modal

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-aria-modal - npm Package Compare versions

Comparing version 2.9.0 to 2.10.0

6

CHANGELOG.md
# Changelog
## 2.10.0
- Add support for React 16.
## 2.9.0

@@ -9,3 +13,3 @@

- [Non-breaking change] `onExit` is now optional. If ommitted, clicking outside the modal or hitting escape will not attempt to call `onExit`.
- [Non-breaking change] `onExit` is now optional. If omitted, clicking outside the modal or hitting escape will not attempt to call `onExit`.

@@ -12,0 +16,0 @@ ## 2.7.2

16

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

@@ -39,9 +39,9 @@ "main": "dist/react-aria-modal.js",

"peerDependencies": {
"react": "0.14.x || ^15.0.0"
"react": "0.14.x || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-eslint": "^8.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.5.0",

@@ -51,6 +51,6 @@ "babelify": "^7.2.0",

"budo": "^10.0.3",
"eslint": "^3.13.1",
"eslint": "^4.8.0",
"prettier": "^1.2.2",
"react": "^15.6.1",
"react-dom": "^15.6.1"
"react": "^16.0.0",
"react-dom": "^16.0.0"
},

@@ -60,3 +60,3 @@ "babel": {

"react",
"es2015"
"env"
],

@@ -63,0 +63,0 @@ "plugins": [

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