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

@commercetools/frontend-sdk

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools/frontend-sdk - npm Package Compare versions

Comparing version 1.0.6-alpha.0 to 1.0.7-alpha.0

7

CHANGELOG.md
## 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 @@

2

package.json
{
"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 @@ }

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