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

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.44.3 to 0.44.4

8

lib/gridsome/types/shop-data.d.ts

@@ -1,2 +0,6 @@

import { Collection, Country } from '../../generated/graphql';
import {
Collection,
Country,
ProductFieldsFragment,
} from '../../generated/graphql';
import { CalculatedProduct } from '../../util/product.util';

@@ -7,3 +11,3 @@ export interface ShopData {

*/
products: CalculatedProduct[];
products: (CalculatedProduct & ProductFieldsFragment)[];
/**

@@ -10,0 +14,0 @@ * Products with variants per collection

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

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

},
"gitHead": "7e2815bbd142398e8dcb0407b4188b4a741b4ff0"
"gitHead": "31dbd07cd4025ac1e3f783952ea89fd8138c46ec"
}
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