Socket
Socket
Sign inDemoInstall

pinelab-storefront-client

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pinelab-storefront-client - npm Package Compare versions

Comparing version 0.22.0 to 0.22.1

3

lib/ministore/empty-basket-validator.js
module.exports = {
async mounted() {
this.$vendure.getActiveOrder().then((order) => {
if (!order?.lines?.length) {
const hasLines = order && order.lines && order.lines && order.lines.length;
if (!hasLines) {
this.$router.push('/');

@@ -6,0 +7,0 @@ }

{
"name": "pinelab-storefront-client",
"version": "0.22.0",
"version": "0.22.1",
"description": "Generates static html pages with Gridsome and suplied Vue components",

@@ -38,3 +38,3 @@ "author": "Martijn van de Brug <martijn@pinelab.studio>",

},
"gitHead": "79bfdf3c5159234aa02de1166d3544b1cc7c496e"
"gitHead": "4c86781c58e59a1a6d580de0062d4bbfe7c706b5"
}
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