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

@friendsofshopware/app-server-sdk

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@friendsofshopware/app-server-sdk - npm Package Compare versions

Comparing version 0.0.30 to 0.0.31

2

esm/context-resolver.js

@@ -35,3 +35,3 @@ import { HttpClient } from "./http-client.js";

}
class Context {
export class Context {
constructor(shop, payload, httpClient) {

@@ -38,0 +38,0 @@ Object.defineProperty(this, "shop", {

@@ -5,1 +5,2 @@ export { AppServer } from "./app.js";

export { AbstractHmacSigner, WebCryptoHmacSigner } from "./signer.js";
export { Context } from "./context-resolver.js";

@@ -5,3 +5,3 @@ {

"name": "@friendsofshopware/app-server-sdk",
"version": "0.0.30",
"version": "0.0.31",
"description": "Shopware App Server SDK",

@@ -8,0 +8,0 @@ "keywords": [

@@ -10,3 +10,3 @@ import { AppServer } from "./app.js";

}
declare class Context {
export declare class Context {
shop: ShopInterface;

@@ -17,2 +17,1 @@ payload: any;

}
export {};

@@ -7,1 +7,2 @@ export { AppServer } from "./app.js";

export { AbstractHmacSigner, WebCryptoHmacSigner } from "./signer.js";
export { Context } from "./context-resolver.js";
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