Socket
Socket
Sign inDemoInstall

focus-trap-react

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

focus-trap-react - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

CODE_OF_CONDUCT.md

4

CHANGELOG.md
# Changelog
## 3.0.4
- Allow React v16 peer dependency.
## 3.0.3

@@ -4,0 +8,0 @@

18

package.json
{
"name": "focus-trap-react",
"version": "3.0.3",
"version": "3.0.4",
"description": "A React component that traps focus.",

@@ -15,3 +15,3 @@ "main": "dist/focus-trap-react.js",

"test": "jest",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},

@@ -52,4 +52,4 @@ "repository": {

"prettier": "^1.2.2",
"react": "^15.5.0",
"react-dom": "^15.5.0"
"react": "^16.0.0",
"react-dom": "^16.0.0"
},

@@ -60,4 +60,4 @@ "dependencies": {

"peerDependencies": {
"react": "0.14.x || ^15.0.0",
"react-dom": "0.14.x || ^15.0.0"
"react": "0.14.x || ^15.0.0 || ^16.0.0",
"react-dom": "0.14.x || ^15.0.0 || ^16.0.0"
},

@@ -74,5 +74,7 @@ "babel": {

"jest": {
"testRegex": "/test/.*\\.test.js$",
"resetMocks": true
"setupFiles": [
"<rootDir>/test/jest-setup.js"
],
"clearMocks": true
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc