Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

druxt-router

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

druxt-router - npm Package Compare versions

Comparing version 0.23.0 to 0.24.0

dist/components/DruxtRouter.stories.mjs

26

CHANGELOG.md
# druxt-router
## 0.24.0
### Minor Changes
- 9161b38: Added Storybook integration for the DruxtRouter component.
- 9161b38: Added ability to render a specific route using the Path property.
```jsx
<DruxtRouter path="/node/1" />
```
- 9161b38: Added fetch hook to DruxtRouter component.
- 9161b38: Added option to disable the DruxtRouter page middleware.
```js
export default {
druxt: {
router: {
middleware: false
}
}
};
```
Note: This is experimental and your results may vary.
## 0.23.0

@@ -4,0 +30,0 @@

4

dist/druxt-router.esm.js

@@ -285,2 +285,6 @@ import { DruxtClient } from 'druxt';

props: {
path: {
type: String,
default: void 0
},
route: {

@@ -287,0 +291,0 @@ type: Object,

@@ -293,2 +293,6 @@ 'use strict';

props: {
path: {
type: String,
default: void 0
},
route: {

@@ -295,0 +299,0 @@ type: Object,

@@ -51,2 +51,5 @@ 'use strict';

});
this.nuxt.hook("storybook:config", async ({ stories }) => {
stories.push("druxt-router/dist/components/*.stories.mjs");
});
};

@@ -53,0 +56,0 @@ DruxtRouterNuxtModule.meta = require("../package.json");

2

package.json
{
"name": "druxt-router",
"version": "0.23.0",
"version": "0.24.0",
"description": "Drupal router for Nuxt, powered by the Drupal Decoupled Router module.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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