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

@shopware-ag/admin-extension-sdk

Package Overview
Dependencies
Maintainers
6
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopware-ag/admin-extension-sdk - npm Package Compare versions

Comparing version 0.0.31 to 0.0.32

3

es/privileges/privilege-resolver.d.ts

@@ -8,3 +8,3 @@ import { ShopwareMessageTypes } from '../messages.types';

};
declare type extension = {
export declare type extension = {
baseUrl: string;

@@ -18,2 +18,1 @@ permissions: privileges;

export declare function handlePrivileged(messageType: keyof ShopwareMessageTypes, extensions: extensions, origin: string): Array<string> | null;
export {};
{
"name": "@shopware-ag/admin-extension-sdk",
"version": "0.0.31",
"version": "0.0.32",
"repository": "git://github.com/shopware/admin-extension-sdk.git",

@@ -5,0 +5,0 @@ "description": "The SDK for App iframes to communicate with the Shopware Adminstration",

@@ -8,3 +8,3 @@ import { ShopwareMessageTypes } from '../messages.types';

};
declare type extension = {
export declare type extension = {
baseUrl: string;

@@ -18,2 +18,1 @@ permissions: privileges;

export declare function handlePrivileged(messageType: keyof ShopwareMessageTypes, extensions: extensions, origin: string): Array<string> | null;
export {};
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