@commercetools/frontend-sdk
Advanced tools
Comparing version 1.0.6-alpha.0 to 1.0.7-alpha.0
## Version 1.0.7-alpha.0 (2022-12-05) | ||
* Hide event handler modifiers to prevent extensions accessing others | ||
## Vrersion 1.0.6-alpha.0 (2022-11-30) | ||
@@ -3,0 +10,0 @@ |
{ | ||
"name": "@commercetools/frontend-sdk", | ||
"version": "1.0.6-alpha.0", | ||
"version": "1.0.7-alpha.0", | ||
"license": "UNLICENSED", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -34,3 +34,3 @@ import Event from "./Event"; | ||
public offForEvent<EventName extends keyof Events>( | ||
private offForEvent<EventName extends keyof Events>( | ||
eventName: EventName, | ||
@@ -49,3 +49,3 @@ ): void { | ||
public clearAllHandlers() { | ||
private clearAllHandlers() { | ||
this.eventHandlers = {}; | ||
@@ -52,0 +52,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
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
17920