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.6 to 0.0.7

dist/es/channel.d.ts

19

package.json
{
"name": "@shopware-ag/admin-extension-sdk",
"version": "0.0.6",
"version": "0.0.7",
"repository": "git://github.com/shopware/admin-extension-sdk.git",

@@ -17,11 +17,12 @@ "description": "The SDK for App iframes to communicate with the Shopware Adminstration",

],
"main": "./dist/admin-extension-sdk.umd.js",
"module": "./dist/admin-extension-sdk.es.js",
"type": "module",
"main": "./dist/umd/index.js",
"module": "./dist/es/index.js",
"exports": {
".": {
"import": "./dist/admin-extension-sdk.es.js",
"require": "./dist/admin-extension-sdk.umd.js"
"import": "./dist/es/index.js",
"require": "./dist/umd/index.js"
}
},
"types": "./dist/admin-extension-sdk.d.ts",
"types": "./dist/es/index.d.ts",
"scripts": {

@@ -31,6 +32,8 @@ "dev": "concurrently \"npm run dev:build-watch\" \"npm run dev:serve\"",

"dev:serve": "live-server --port=8181 dist-example",
"build": "tsc && vite build",
"build": "rm -rf dist && npm run build:umd && npm run build:es",
"build:umd": "tsc --project tsconfig.json --module umd --outDir \"./dist/umd\"",
"build:es": "tsc --project tsconfig.json --outDir \"./dist/es\"",
"doc": "cd docs && npm run build",
"doc:dev": "cd docs && npm run start",
"lint": "tsc",
"lint": "tsc --noEmit",
"e2e:open": "concurrently --handle-input --kill-others --success first \"cypress open\" \"npm run dev:build-watch\" \"npm run dev:serve -- --no-browser\"",

@@ -37,0 +40,0 @@ "e2e:run": "concurrently --handle-input --kill-others --success first \"cypress run\" \"npm run dev:build-watch\" \"npm run dev:serve -- --no-browser\"",

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