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

@paprika/helpers

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paprika/helpers - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1-next.0

lib/esm/focusLockWhiteList.d.ts

6

CHANGELOG.md
# Changelog
## 2.4.1-next.0
### Patch Changes
- 7fbad8a: Adding `pendo-designer-container` into the focus lock whitelist
## 2.4.0

@@ -4,0 +10,0 @@

1

lib/esm/index.d.ts

@@ -6,2 +6,3 @@ export * from "./customPropTypes";

export { default as isDevEnv } from "./isDevEnv";
export { default as focusLockWhiteList } from "./focusLockWhiteList";
export { default as getActiveElement } from "./dom/getActiveElement";

@@ -8,0 +9,0 @@ export { default as isElementContainsFocus } from "./dom/isElementContainsFocus";

3

lib/esm/index.js

@@ -5,3 +5,4 @@ export * from "./customPropTypes";

export { default as extractChildrenProps } from "./extractChildrenProps";
export { default as isDevEnv } from "./isDevEnv"; // dom
export { default as isDevEnv } from "./isDevEnv";
export { default as focusLockWhiteList } from "./focusLockWhiteList"; // dom

@@ -8,0 +9,0 @@ export { default as getActiveElement } from "./dom/getActiveElement";

@@ -6,2 +6,3 @@ export * from "./customPropTypes";

export { default as isDevEnv } from "./isDevEnv";
export { default as focusLockWhiteList } from "./focusLockWhiteList";
export { default as getActiveElement } from "./dom/getActiveElement";

@@ -8,0 +9,0 @@ export { default as isElementContainsFocus } from "./dom/isElementContainsFocus";

@@ -18,2 +18,3 @@ "use strict";

isDevEnv: true,
focusLockWhiteList: true,
getActiveElement: true,

@@ -58,2 +59,9 @@ isElementContainsFocus: true,

_Object$defineProperty(exports, "focusLockWhiteList", {
enumerable: true,
get: function get() {
return _focusLockWhiteList["default"];
}
});
_Object$defineProperty(exports, "getActiveElement", {

@@ -145,2 +153,4 @@ enumerable: true,

var _focusLockWhiteList = _interopRequireDefault(require("./focusLockWhiteList"));
var _getActiveElement = _interopRequireDefault(require("./dom/getActiveElement"));

@@ -147,0 +157,0 @@

{
"name": "@paprika/helpers",
"version": "2.4.0",
"version": "2.4.1-next.0",
"description": "JavaScript and React helper utilities",

@@ -5,0 +5,0 @@ "author": "@paprika",

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc