@forter/helpers
Advanced tools
Comparing version 1.0.1-beta.291 to 1.0.1-beta.295
{ | ||
"name": "@forter/helpers", | ||
"version": "1.0.1-beta.291+4b87b4e", | ||
"version": "1.0.1-beta.295+43bd1c3", | ||
"description": "Helpers for Forter Components", | ||
@@ -47,3 +47,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "4b87b4e4365b928c2c160cd0d5bba1fa4d63ca82" | ||
"gitHead": "43bd1c352a3313066d4390ad3ad4d75863ee9d34" | ||
} |
@@ -322,3 +322,3 @@ import { defineCE, expect, fixture, oneEvent } from '@open-wc/testing'; | ||
const { selectedItem: expected } = element; | ||
element.selectedItem = document.createElement('fc-dropdown-item'); | ||
element.selectedItem = document.createElement('div'); | ||
expect(element.selectedItem).to.equal(expected); | ||
@@ -335,3 +335,3 @@ }); | ||
const { focusedItem: expected } = element; | ||
element.focusedItem = document.createElement('fc-dropdown-item'); | ||
element.focusedItem = document.createElement('div'); | ||
expect(element.focusedItem).to.equal(expected); | ||
@@ -338,0 +338,0 @@ }); |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
122009