bpk-react-utils
Advanced tools
Comparing version 2.3.4 to 2.3.5
{ | ||
"name": "bpk-react-utils", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "Utilities for Backpack's React components.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -293,4 +293,4 @@ /* | ||
let order = 0; | ||
const onRender = () => (order = 1); | ||
const onOpen = () => (order = 2); | ||
const onRender = () => { order = 1; }; | ||
const onOpen = () => { order = 2; }; | ||
const portal = mount( | ||
@@ -308,4 +308,4 @@ <Portal isOpen={false} onRender={onRender} onOpen={onOpen}> | ||
let order = 0; | ||
const onRender = () => (order = 1); | ||
const onOpen = () => (order = 2); | ||
const onRender = () => { order = 1; }; | ||
const onOpen = () => { order = 2; }; | ||
mount( | ||
@@ -312,0 +312,0 @@ <Portal isOpen onRender={onRender} onOpen={onOpen}> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
33706
0