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.1 to 0.44.2

9

lib/gridsome/gridsome.service.d.ts

@@ -9,2 +9,8 @@ import { CalculatedProduct } from '../';

} from '../generated/graphql';
interface SortableCollection {
name: string;
id: string;
parent: SortableCollection;
children: SortableCollection[];
}
/**

@@ -29,3 +35,3 @@ * Generates Gridsome pages based on given PageMap

*/
unflatten(allCollections: Collection[]): Collection[];
unflatten<T extends SortableCollection>(allCollections: T[]): T[];
/**

@@ -36,1 +42,2 @@ * Recursively gets childCollections for given collection

}
export {};

4

package.json
{
"name": "pinelab-storefront-client",
"version": "0.44.1",
"version": "0.44.2",
"description": "Generates static html pages with Gridsome and suplied Vue components",

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

},
"gitHead": "60b3b37a92bab1fecb539e3162601e846737d5e7"
"gitHead": "ad184e5647638a78e3e3f3de30d4d899c6db9aeb"
}
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