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
1
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.45 to 0.0.46

2

esm/mod.js
export { AppServer } from "./app.js";
export { InMemoryShopRepository, SimpleShop, DenoKVRepository } from "./repository.js";
export { HttpClient, HttpClientResponse } from "./http-client.js";
export { HttpClient, HttpClientResponse, ApiClientAuthenticationFailed, ApiClientRequestFailed } from "./http-client.js";
export { WebCryptoHmacSigner } from "./signer.js";
export { Context } from "./context-resolver.js";

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

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

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

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

export type { ShopInterface, ShopRepositoryInterface } from "./repository.js";
export { HttpClient, HttpClientResponse } from "./http-client.js";
export { HttpClient, HttpClientResponse, ApiClientAuthenticationFailed, ApiClientRequestFailed } from "./http-client.js";
export { 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