New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shopware-pwa/nuxt3-module

Package Overview
Dependencies
Maintainers
0
Versions
848
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopware-pwa/nuxt3-module - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

8

package.json
{
"name": "@shopware-pwa/nuxt3-module",
"version": "1.1.2",
"description": "Nuxt 3 module for Shopware Frontends",
"version": "1.2.0",
"description": "[DEPRECATED] Use @shopware/nuxt-module instead. Nuxt 3 module for Shopware Frontends",
"author": "Shopware",

@@ -40,4 +40,4 @@ "repository": {

"js-cookie": "3.0.5",
"@shopware-pwa/composables-next": "1.6.1",
"@shopware-pwa/helpers-next": "1.2.0",
"@shopware/composables": "1.7.0",
"@shopware-pwa/helpers-next": "1.3.0",
"@shopware/api-client": "1.2.0"

@@ -44,0 +44,0 @@ },

@@ -8,2 +8,6 @@ # shopware/frontends - nuxt3-module

> [!WARNING]
>
> This package is deprecated and will be removed in the future. Use [@shopware/nuxt-module](https://www.npmjs.com/package/@shopware/nuxt-module) instead.
Nuxt [module](https://nuxt.com/docs/guide/going-further/modules) that allows you to set up a Nuxt 3 project with Shopware Frontends. It provides the composables and api-client packages.

@@ -15,3 +19,3 @@

- Business logic covered by [Composables](https://npmjs.com/package/@shopware-pwa/composables-next) package. Registering all composable functions globally. [See the reference](https://frontends.shopware.com/packages/composables.html).
- Business logic covered by [Composables](https://npmjs.com/package/@shopware/composables) package. Registering all composable functions globally. [See the reference](https://frontends.shopware.com/packages/composables.html).
- Shopware context shared in Nuxt application.

@@ -91,3 +95,3 @@ - Configured [API Client](https://npmjs.com/package/@shopware/api-client) package.

Internally, the module uses [API Client](https://npmjs.com/package/@shopware/api-client) and [Composables](https://npmjs.com/package/@shopware-pwa/composables-next) packages, configured together to make everything working well. If you need to check how it's working on a different version of one of them, install a package locally in your project (to be installed and available in project's `package.json` file), then the Nuxt module will use yours. Keep in mind that the different configuration may lead to unexpected behavior.
Internally, the module uses [API Client](https://npmjs.com/package/@shopware/api-client) and [Composables](https://npmjs.com/package/@shopware/composables) packages, configured together to make everything working well. If you need to check how it's working on a different version of one of them, install a package locally in your project (to be installed and available in project's `package.json` file), then the Nuxt module will use yours. Keep in mind that the different configuration may lead to unexpected behavior.

@@ -131,7 +135,14 @@ ## API Default Headers

### Latest changes: 1.1.2
### Latest changes: 1.2.0
### Minor Changes
- [#1596](https://github.com/shopware/frontends/pull/1596) [`3a79106`](https://github.com/shopware/frontends/commit/3a791065d04152255095965e3fb12ea538a22639) Thanks [@patzick](https://github.com/patzick)! - Changed `@shopware-pwa/composables` package to `@shopware/composables`. Just rename it in package.json file and run install.
- [#1599](https://github.com/shopware/frontends/pull/1599) [`6736509`](https://github.com/shopware/frontends/commit/67365096168e28b9683cfd3b5d4c8bb3b4ae07e3) Thanks [@patzick](https://github.com/patzick)! - Package `@shopware-pwa/nuxt3-module` is deprecated. Use [@shopware/nuxt-module](https://www.npmjs.com/package/@shopware/nuxt-module) instead.
### Patch Changes
- Updated dependencies [[`957e514`](https://github.com/shopware/frontends/commit/957e51451b3a6e4833c4b58794993b729a53f3bc)]:
- @shopware-pwa/composables-next@1.6.1
- Updated dependencies [[`3a79106`](https://github.com/shopware/frontends/commit/3a791065d04152255095965e3fb12ea538a22639), [`6736509`](https://github.com/shopware/frontends/commit/67365096168e28b9683cfd3b5d4c8bb3b4ae07e3)]:
- @shopware/composables@1.7.0
- @shopware-pwa/helpers-next@1.3.0
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