Socket
Socket
Sign inDemoInstall

druxt-router

Package Overview
Dependencies
4
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.25.0 to 0.26.0

templates/druxt-router.stories.js

7

nuxt/index.js

@@ -52,3 +52,8 @@ 'use strict';

this.nuxt.hook("storybook:config", async ({ stories }) => {
stories.push("druxt-router/dist/components/*.stories.mjs");
this.addTemplate({
src: path.resolve(__dirname, "../templates/druxt-router.stories.js"),
fileName: "stories/druxt-router.stories.js",
options: {}
});
stories.push(path.resolve(this.options.buildDir, "./stories/druxt-router.stories.js"));
});

@@ -55,0 +60,0 @@ };

4

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

@@ -45,3 +45,3 @@ "keywords": [

"dependencies": {
"druxt": "^0.16.0",
"druxt": "^0.17.0",
"url-parse": "^1.4.7"

@@ -48,0 +48,0 @@ },

Sorry, the diff of this file is not supported yet

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