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.24.0 to 0.25.0

lib/buefy-components/AsyncImage.vue

7

lib/util/vue.util.js

@@ -9,2 +9,3 @@ "use strict";

var mitt_1 = __importDefault(require("mitt"));
var debounce_1 = require("debounce");
/**

@@ -35,2 +36,8 @@ * Sets google storage prefetch and global Vue stuff like filters and store

});
// Add debounce as global
Vue.mixin({
methods: {
debounce: debounce_1.debounce
}
});
// Set global store and vendure service

@@ -37,0 +44,0 @@ if (isClient) {

16

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

@@ -17,11 +17,13 @@ "author": "Martijn van de Brug <martijn@pinelab.studio>",

"scripts": {
"build": "rm -rf lib && yarn scss && yarn tsc && yarn copyfiles -u 1 'src/ministore/**/*' 'src/static/*' lib",
"build": "rm -rf lib && yarn scss && yarn tsc && yarn copyfiles -u 1 'src/ministore/**/*' 'src/buefy-components/**/*' lib",
"dev-build": "yarn tsc && yarn copyfiles -u 1 'src/ministore/**/*' 'src/buefy-components/**/*' lib",
"scss": "node-sass src/scss/styles.scss -o src/ministore --output-style compressed",
"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 serve"
"watch": "nodemon --verbose --ext js,ts,vue --watch ./src --exec 'yarn dev-build'",
"serve": "concurrently \"yarn watch\" \"cd dev-server && yarn gridsome develop\""
},
"devDependencies": {
"@types/debounce": "^1.2.0",
"concurrently": "^6.0.2",
"copyfiles": "^2.4.1",
"foundation-sites": "^6.6.3",
"gridsome-plugin-typescript": "^0.4.0",
"node-sass": "^5.0.0",

@@ -33,2 +35,3 @@ "nodemon": "^2.0.7",

"dependencies": {
"debounce": "^1.2.1",
"graphql": "15.3.0",

@@ -40,3 +43,4 @@ "graphql-request": "^3.4.0",

"graphql": "15.3.0"
}
},
"gitHead": "3f757dadb3e25464d1185c68ebe02f317d71bd79"
}

Sorry, the diff of this file is too big to display

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