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.22.2 to 0.23.0

5

lib/util/vue.util.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.configureVue = void 0;
var __1 = require("..");
var mitt_1 = __importDefault(require("mitt"));
/**

@@ -37,4 +41,5 @@ * Sets google storage prefetch and global Vue stuff like filters and store

Vue.prototype.$store = store;
Vue.prototype.$emitter = mitt_1.default();
}
}
exports.configureVue = configureVue;

9

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

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

"serve": "nodemon --verbose --ext js,ts --watch src --watch test --ignore test/src/.temp --ignore test/.cache --exec 'yarn build && yarn serve:gridsome'",
"serve:gridsome": "cd test && yarn upgrade pinelab-storefront-client && yarn gridsome develop"
"serve:gridsome": "cd test && yarn serve"
},

@@ -34,3 +34,4 @@ "devDependencies": {

"graphql": "15.3.0",
"graphql-request": "^3.4.0"
"graphql-request": "^3.4.0",
"mitt": "^2.1.0"
},

@@ -40,3 +41,3 @@ "resolutions": {

},
"gitHead": "f941e1a03a75d6547f9735fb80afc0e8d1df00be"
"gitHead": "815cad6d8d3a6bbf9b4fe771c51b763cf84982a6"
}
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