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

@shopware-pwa/composables-next

Package Overview
Dependencies
Maintainers
0
Versions
805
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopware-pwa/composables-next - npm Package Compare versions

Comparing version 0.0.0-canary-20241204112031 to 0.0.0-canary-20241204154203

10

package.json
{
"name": "@shopware-pwa/composables-next",
"version": "0.0.0-canary-20241204112031",
"version": "0.0.0-canary-20241204154203",
"description": "Shopware Frontends composables for Vue",

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

"scule": "1.3.0",
"@shopware-pwa/helpers-next": "0.0.0-canary-20241204112031",
"@shopware/api-client": "0.0.0-canary-20241204112031"
"@shopware-pwa/helpers-next": "0.0.0-canary-20241204154203",
"@shopware/api-client": "0.0.0-canary-20241204154203"
},

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

"vue": "3.5.13",
"tsconfig": "0.0.0",
"eslint-config-shopware": "1.0.0"
"eslint-config-shopware": "1.0.0",
"tsconfig": "0.0.0"
},

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

@@ -168,3 +168,3 @@ # shopware/frontends - composables-next

### Latest changes: 0.0.0-canary-20241204112031
### Latest changes: 0.0.0-canary-20241204154203

@@ -186,3 +186,3 @@ ### Minor Changes

- Updated dependencies [[`a87bbcf`](https://github.com/shopware/frontends/commit/a87bbcfa3f5aa440265b1e8f0fc72a204863befc), [`13c83be`](https://github.com/shopware/frontends/commit/13c83bec53a6aaba49941b9bf869629eadeb4515)]:
- @shopware/api-client@0.0.0-canary-20241204112031
- @shopware-pwa/helpers-next@0.0.0-canary-20241204112031
- @shopware/api-client@0.0.0-canary-20241204154203
- @shopware-pwa/helpers-next@0.0.0-canary-20241204154203

@@ -5,2 +5,3 @@ import { useUser } from "./useUser";

import { ref } from "vue";
import type { operations } from "@shopware/api-client/api-types";

@@ -30,3 +31,6 @@ const refreshCartSpy = vi.fn();

const REGISTRATION_DATA = {
const REGISTRATION_DATA: Omit<
operations["register post /account/register"]["body"],
"storefrontUrl"
> = {
acceptedDataProtection: true,

@@ -45,2 +49,6 @@ accountType: "private",

countryStateId: "",
customerId: "",
id: "",
firstName: "test",
lastName: "test",
},

@@ -47,0 +55,0 @@ };

@@ -179,3 +179,3 @@ import { ref, computed } from "vue";

body: {
...params,
...(params as operations["register post /account/register"]["body"]),
storefrontUrl: getStorefrontUrl(),

@@ -182,0 +182,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