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
8
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 3.0.15 to 3.0.16

34

package.json
{
"name": "@shopware-ag/admin-extension-sdk",
"license": "MIT",
"version": "3.0.15",
"version": "3.0.16",
"repository": "git://github.com/shopware/admin-extension-sdk.git",

@@ -23,2 +23,34 @@ "description": "The SDK for App iframes to communicate with the Shopware Administration",

"exports": {
"./es/channel": {
"import": "./es/channel.js",
"require": "./umd/channel.js"
},
"./es/data": {
"import": "./es/data/index.js",
"require": "./umd/data/index.js"
},
"./es/location": {
"import": "./es/location/index.js",
"require": "./umd/location/index.js"
},
"./es/privileges/missing-privileges-error": {
"import": "./es/privileges/missing-privileges-error.js",
"require": "./umd/privileges/missing-privileges-error.js"
},
"./es/data/_internals/selectData": {
"import": "./es/data/_internals/selectData.js",
"require": "./umd/data/_internals/selectData.js"
},
"./es/data/Criteria": {
"import": "./es/data/Criteria.js",
"require": "./umd/data/Criteria.js"
},
"./es/data/_internals/Entity": {
"import": "./es/data/_internals/Entity.js",
"require": "./umd/data/_internals/Entity.js"
},
"./es/data/_internals/EntityCollection": {
"import": "./es/data/_internals/EntityCollection.js",
"require": "./umd/data/_internals/EntityCollection.js"
},
".": {

@@ -25,0 +57,0 @@ "import": "./es/index.js",

Sorry, the diff of this file is too big to display

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