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.41.0 to 0.41.1

10

lib/util/vue.util.js

@@ -19,8 +19,4 @@ 'use strict';

isClient = _a.isClient;
// DNS prefetch for images from storage
// preconnect for images from storage and cms
head.link.push({
rel: 'dns-prefetch',
href: '//storage.googleapis.com',
});
head.link.push({
rel: 'preconnect',

@@ -30,6 +26,2 @@ href: 'https://storage.googleapis.com',

head.link.push({
rel: 'dns-prefetch',
href: '//content.pinelab.studio',
});
head.link.push({
rel: 'preconnect',

@@ -36,0 +28,0 @@ href: 'https://content.pinelab.studio',

4

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

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

},
"gitHead": "30f836382a2419aa9e8196400c69b2dfb3811015"
"gitHead": "34d1222d19700bcc1e9b79e996bcd573e5c440b6"
}
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