Socket
Socket
Sign inDemoInstall

druxt-site

Package Overview
Dependencies
13
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.0 to 0.9.1

14

CHANGELOG.md
# druxt-site
## 0.9.1
### Patch Changes
- Updated dependencies [4504a2f]
- druxt@0.12.0
- druxt-router@0.22.0
- druxt-menu@0.14.1
- druxt-entity@0.20.0
- druxt-views@0.15.0
- druxt-blocks@0.13.1
- druxt-breadcrumb@0.12.1
- druxt-schema@0.8.1
## 0.9.0

@@ -4,0 +18,0 @@

8

dist/druxt-site.esm.js

@@ -29,2 +29,3 @@ import { existsSync } from 'fs';

const DruxtSiteNuxtModule = async function(moduleOptions = {}) {
var _a;
const options = {

@@ -59,10 +60,7 @@ baseUrl: moduleOptions.baseUrl,

}
if (typeof this.options.proxy === "undefined") {
this.options.proxy = [options.baseUrl + "/sites/default/files"];
}
this.addModule("@nuxtjs/proxy");
this.options.store = true;
if (!await existsSync(resolve(this.options.srcDir, this.options.dir.layouts)) && options.site.layout) {
this.addLayout(resolve(__dirname, "./layouts/default.vue"), "default");
}
this.options.proxy = (_a = this.options.proxy) != null ? _a : [options.baseUrl + "/sites/default/files"];
this.addModule("@nuxtjs/proxy");
this.nuxt.hook("storybook:config", async ({ stories }) => {

@@ -69,0 +67,0 @@ stories.push("druxt-site/dist/components/*.stories.mjs");

@@ -33,2 +33,3 @@ 'use strict';

const DruxtSiteNuxtModule = async function(moduleOptions = {}) {
var _a;
const options = {

@@ -63,10 +64,7 @@ baseUrl: moduleOptions.baseUrl,

}
if (typeof this.options.proxy === "undefined") {
this.options.proxy = [options.baseUrl + "/sites/default/files"];
}
this.addModule("@nuxtjs/proxy");
this.options.store = true;
if (!await fs.existsSync(path.resolve(this.options.srcDir, this.options.dir.layouts)) && options.site.layout) {
this.addLayout(path.resolve(__dirname, "./layouts/default.vue"), "default");
}
this.options.proxy = (_a = this.options.proxy) != null ? _a : [options.baseUrl + "/sites/default/files"];
this.addModule("@nuxtjs/proxy");
this.nuxt.hook("storybook:config", async ({ stories }) => {

@@ -73,0 +71,0 @@ stories.push("druxt-site/dist/components/*.stories.mjs");

{
"name": "druxt-site",
"version": "0.9.0",
"version": "0.9.1",
"description": "Out of the box Decoupled Drupal sites with Druxt.",

@@ -47,10 +47,10 @@ "keywords": [

"drupal-jsonapi-params": "^1.2.2",
"druxt": "^0.11.0",
"druxt-blocks": "^0.13.0",
"druxt-breadcrumb": "^0.12.0",
"druxt-entity": "^0.19.0",
"druxt-menu": "^0.14.0",
"druxt-router": "^0.21.0",
"druxt-schema": "^0.8.0",
"druxt-views": "^0.14.0",
"druxt": "^0.12.0",
"druxt-blocks": "^0.13.1",
"druxt-breadcrumb": "^0.12.1",
"druxt-entity": "^0.20.0",
"druxt-menu": "^0.14.1",
"druxt-router": "^0.22.0",
"druxt-schema": "^0.8.1",
"druxt-views": "^0.15.0",
"md5": "^2.2.1"

@@ -57,0 +57,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc