Socket
Socket
Sign inDemoInstall

druxt

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

druxt - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

templates/plugin.js

10

CHANGELOG.md
# druxt
## 0.11.0
### Minor Changes
- dae345e: Added Druxt modules settings to `$druxt.settings`
### Patch Changes
- 75ff8a9: Fixed issue with Axios settings and Storybook
## 0.10.0

@@ -4,0 +14,0 @@

5

dist/druxt.esm.js

@@ -20,3 +20,3 @@ import chalk from 'chalk';

this.addPlugin({
src: resolve(__dirname, "../nuxt/plugin.js"),
src: resolve(__dirname, "../templates/plugin.js"),
fileName: "druxt.js",

@@ -26,3 +26,3 @@ options

this.addPlugin({
src: resolve(__dirname, "../nuxt/store.js"),
src: resolve(__dirname, "../templates/store.js"),
fileName: "store/druxt.js",

@@ -44,3 +44,2 @@ options

axiosSettings = Object.assign(axiosSettings, options.axios);
delete options.axios;
}

@@ -47,0 +46,0 @@ this.axios = axios.create(axiosSettings);

@@ -32,3 +32,3 @@ 'use strict';

this.addPlugin({
src: path.resolve(__dirname, "../nuxt/plugin.js"),
src: path.resolve(__dirname, "../templates/plugin.js"),
fileName: "druxt.js",

@@ -38,3 +38,3 @@ options

this.addPlugin({
src: path.resolve(__dirname, "../nuxt/store.js"),
src: path.resolve(__dirname, "../templates/store.js"),
fileName: "store/druxt.js",

@@ -56,3 +56,2 @@ options

axiosSettings = Object.assign(axiosSettings, options.axios);
delete options.axios;
}

@@ -59,0 +58,0 @@ this.axios = axios__default['default'].create(axiosSettings);

9

package.json
{
"name": "druxt",
"version": "0.10.0",
"version": "0.11.0",
"description": "The Fully Decoupled Drupal Framework for Nuxt.js.",

@@ -26,7 +26,2 @@ "keywords": [

"license": "MIT",
"author": {
"name": "Stuart Clark",
"email": "stuart@realityloop.com",
"url": "https://realityloop.com"
},
"exports": {

@@ -43,3 +38,3 @@ ".": {

"dist",
"nuxt"
"templates"
],

@@ -46,0 +41,0 @@ "dependencies": {

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