Socket
Socket
Sign inDemoInstall

@shopware-pwa/nuxt3-module

Package Overview
Dependencies
191
Maintainers
2
Versions
555
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-canary-20240403074954 to 0.0.0-canary-20240403075131

10

package.json
{
"name": "@shopware-pwa/nuxt3-module",
"version": "0.0.0-canary-20240403074954",
"version": "0.0.0-canary-20240403075131",
"description": "Nuxt 3 module for Shopware Frontends",

@@ -40,4 +40,4 @@ "author": "Shopware",

"defu": "6.1.4",
"@shopware-pwa/composables-next": "0.0.0-canary-20240403074954",
"@shopware/api-client": "0.0.0-canary-20240403074954"
"@shopware-pwa/composables-next": "0.0.0-canary-20240403075131",
"@shopware/api-client": "0.0.0-canary-20240403075131"
},

@@ -49,4 +49,4 @@ "devDependencies": {

"unbuild": "2.0.0",
"eslint-config-shopware": "0.0.0-canary-20240403074954",
"tsconfig": "0.0.0"
"tsconfig": "0.0.0",
"eslint-config-shopware": "0.0.0-canary-20240403075131"
},

@@ -53,0 +53,0 @@ "scripts": {

@@ -70,8 +70,8 @@ import {

// const shopwareEndpoint =
// runtimeConfig?.shopware?.shopwareEndpoint ||
// runtimeConfig.public.shopware.shopwareEndpoint;
// runtimeConfig?.shopware?.endpoint ||
// runtimeConfig.public.shopware.endpoint;
// if (
// !shopwareEndpoint ||
// !runtimeConfig.public?.shopware?.shopwareAccessToken
// !runtimeConfig.public?.shopware?.accessToken
// ) {

@@ -85,3 +85,3 @@ // throw new Error(

// shopwareEndpoint,
// runtimeConfig.public.shopware.shopwareAccessToken,
// runtimeConfig.public.shopware.accessToken,
// getContextToken(isUserCookieContext),

@@ -115,4 +115,4 @@ // getLanguageId(isUserCookieContext),

// const apiClient = createAPIClient<operations, operationPaths>({
// baseURL: runtimeConfig.public.shopware.shopwareEndpoint,
// accessToken: runtimeConfig.public.shopware.shopwareAccessToken,
// baseURL: runtimeConfig.public.shopware.endpoint,
// accessToken: runtimeConfig.public.shopware.accessToken,
// contextToken: Cookies.get("sw-context-token"),

@@ -119,0 +119,0 @@ // onContextChanged(newContextToken) {

@@ -102,3 +102,3 @@ # shopware/frontends - nuxt3-module

### Latest changes: 0.0.0-canary-20240403074954
### Latest changes: 0.0.0-canary-20240403075131

@@ -120,3 +120,3 @@ ### Major Changes

- Updated dependencies [[`f1b2a30`](https://github.com/shopware/frontends/commit/f1b2a307de58e0f296edab3222b7cd5684104347), [`4dce006`](https://github.com/shopware/frontends/commit/4dce006460611e59fed084511ca9ecb814f95cf1), [`bebae42`](https://github.com/shopware/frontends/commit/bebae42e58e3dd47f13bf166b0fb0d8ac9a416e3), [`782ef4d`](https://github.com/shopware/frontends/commit/782ef4d417dce6e6d60992bd54f876aa4bc5f45d), [`9643e56`](https://github.com/shopware/frontends/commit/9643e56dafba9282b75c12c96b2afb3a4738f86e), [`1583a7a`](https://github.com/shopware/frontends/commit/1583a7ae0d68b72fb362b625e1634e03bad68110), [`97d2859`](https://github.com/shopware/frontends/commit/97d2859e4dcbdc563200f2f64d1a20880b675d87), [`d60d062`](https://github.com/shopware/frontends/commit/d60d0620c7114a2f26bb2faf24241e2cbabc8798), [`e2c225f`](https://github.com/shopware/frontends/commit/e2c225f1d69a5d523f3c1e6c90449ee28f98b2f2), [`89a97a4`](https://github.com/shopware/frontends/commit/89a97a45ae4a58616e41f63e9884a2a67f0a6ce8), [`8f0b468`](https://github.com/shopware/frontends/commit/8f0b46850a0b89667934c551431306f7d765f86b), [`7a3a92c`](https://github.com/shopware/frontends/commit/7a3a92c3ee1a337e752adbcfa5057d30064eed7c), [`6b54268`](https://github.com/shopware/frontends/commit/6b54268049ae9b1b3d311b9a122f43a752a2b715)]:
- @shopware-pwa/composables-next@0.0.0-canary-20240403074954
- @shopware/api-client@0.0.0-canary-20240403074954
- @shopware-pwa/composables-next@0.0.0-canary-20240403075131
- @shopware/api-client@0.0.0-canary-20240403075131
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc