New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@faceless-ui/modal

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@faceless-ui/modal - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

dist/ModalProvider/reducer.d.ts

2

dist/asModal/index.js

@@ -80,3 +80,3 @@ "use strict";

if (trapHasBeenLayed.current === false && currentModal_1) {
var newTrap = focusTrap.createFocusTrap(currentModal_1, __assign(__assign({}, focusTrapOptions), { fallbackFocus: (focusTrapOptions === null || focusTrapOptions === void 0 ? void 0 : focusTrapOptions.fallbackFocus) || currentModal_1 }));
var newTrap = focusTrap.createFocusTrap(currentModal_1, __assign(__assign({}, focusTrapOptions), { fallbackFocus: (focusTrapOptions === null || focusTrapOptions === void 0 ? void 0 : focusTrapOptions.fallbackFocus) || currentModal_1, allowOutsideClick: typeof (focusTrapOptions === null || focusTrapOptions === void 0 ? void 0 : focusTrapOptions.allowOutsideClick) !== undefined ? focusTrapOptions === null || focusTrapOptions === void 0 ? void 0 : focusTrapOptions.allowOutsideClick : true }));
setTrap(newTrap);

@@ -83,0 +83,0 @@ trapHasBeenLayed.current = true;

{
"name": "@faceless-ui/modal",
"version": "1.3.2",
"version": "1.3.3",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet

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