Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vue-storefront/checkout-com

Package Overview
Dependencies
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-storefront/checkout-com - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

4

nuxt/proxyMiddleware.js

@@ -30,3 +30,3 @@ const axios = require('axios');

const { data } = await axios.get(
`${getChannelCtApiUrl(channel)}/merchants/${getChannelPublicKey(channel)}/customers/${customerId}`,
`${getChannelCtApiUrl(channel)}/api/merchants/${getChannelPublicKey(channel)}/customers/${customerId}`,
apiRequestHeaders(channel)

@@ -46,3 +46,3 @@ );

return await axios.delete(
`${getChannelCtApiUrl(channel)}/merchants/${getChannelPublicKey(channel)}/customers/${customerId}/payment-instruments/${paymentInstrumentId}`,
`${getChannelCtApiUrl(channel)}/api/merchants/${getChannelPublicKey(channel)}/customers/${customerId}/payment-instruments/${paymentInstrumentId}`,
apiRequestHeaders(channel)

@@ -49,0 +49,0 @@ );

{
"name": "@vue-storefront/checkout-com",
"version": "0.0.7",
"version": "0.0.8",
"sideEffects": false,

@@ -11,3 +11,4 @@ "main": "lib/index.cjs.js",

"dev": "rollup -c -w",
"test": "jest"
"test": "jest",
"prepublish": "yarn build"
},

@@ -14,0 +15,0 @@ "dependencies": {

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