@forter/helpers
Advanced tools
Comparing version 1.0.1-beta.245 to 1.0.1-beta.255
@@ -477,3 +477,3 @@ import compose from 'crocks/helpers/compose'; | ||
* Adds click listener to the newly slotted trigger. | ||
* @param {SlotChangeEvent} event | ||
* @param {SlotchangeEvent} event | ||
* @protected | ||
@@ -485,4 +485,4 @@ */ | ||
decorators: [bound], | ||
key: "onTriggerSlotChange", | ||
value: function onTriggerSlotChange() { | ||
key: "onTriggerSlotchange", | ||
value: function onTriggerSlotchange() { | ||
if (this._slottedTrigger) { | ||
@@ -489,0 +489,0 @@ this._slottedTrigger.removeEventListener('click', this.onTriggerClick); |
{ | ||
"name": "@forter/helpers", | ||
"version": "1.0.1-beta.245+98bd6ea", | ||
"version": "1.0.1-beta.255+5a68c53", | ||
"description": "Helpers for Forter Components", | ||
@@ -45,5 +45,5 @@ "main": "index.js", | ||
"lit-element": "^2.1.0", | ||
"lit-html": "^1.0.0" | ||
"lit-html": "^1.1.0" | ||
}, | ||
"gitHead": "98bd6eaa7bae52a01de6fb36001b597f13bc25ce" | ||
"gitHead": "5a68c536028b3a509f28a1294fe551d4804299fa" | ||
} |
@@ -312,6 +312,6 @@ import bound from 'bound-decorator'; | ||
* Adds click listener to the newly slotted trigger. | ||
* @param {SlotChangeEvent} event | ||
* @param {SlotchangeEvent} event | ||
* @protected | ||
*/ | ||
@bound onTriggerSlotChange() { | ||
@bound onTriggerSlotchange() { | ||
if (this._slottedTrigger) { | ||
@@ -318,0 +318,0 @@ this._slottedTrigger.removeEventListener('click', this.onTriggerClick); |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
1
Updatedlit-html@^1.1.0