Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-focus-lock

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-focus-lock - npm Package Compare versions

Comparing version 1.6.4 to 1.6.5

2

dist/Trap.js

@@ -46,3 +46,3 @@ 'use strict';

}
lastActiveFocus = document.activeElement;
lastActiveFocus = document && document.activeElement;
}

@@ -49,0 +49,0 @@ }

{
"name": "react-focus-lock",
"version": "1.6.4",
"version": "1.6.5",
"description": "It is a trap! (for a focus)",

@@ -16,3 +16,4 @@ "main": "dist/index.js",

"build-storybook": "build-storybook",
"package-self": "package-self"
"package-self": "package-self",
"size": "npm run build && size-limit"
},

@@ -66,3 +67,4 @@ "repository": {

"react-test-renderer": "^15.6.1",
"sinon": "3.2.1"
"sinon": "3.2.1",
"size-limit": "^0.14.1"
},

@@ -69,0 +71,0 @@ "homepage": "https://github.com/theKashey/react-focus-lock#readme",

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