Socket
Socket
Sign inDemoInstall

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.19.0 to 0.19.1

6

CHANGELOG.md
# druxt-router
## 0.19.1
### Patch Changes
- c4616df: Fixed dependencies
## 0.19.0

@@ -4,0 +10,0 @@

3

dist/druxt-router.esm.js

@@ -327,2 +327,3 @@ import { resolve } from 'path';

export { DruxtRouter, DruxtRouterEntityMixin, DruxtRouterMixin, DruxtRouterStore, DruxtRouterNuxtModule as default };
export default DruxtRouterNuxtModule;
export { DruxtRouter, DruxtRouterEntityMixin, DruxtRouterMixin, DruxtRouterStore };

@@ -339,2 +339,2 @@ 'use strict';

exports.DruxtRouterStore = DruxtRouterStore;
exports['default'] = DruxtRouterNuxtModule;
exports.default = DruxtRouterNuxtModule;
{
"name": "druxt-router",
"version": "0.19.0",
"version": "0.19.1",
"description": "Drupal router for Nuxt, powered by the Drupal Decoupled Router module.",

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

"dependencies": {
"druxt": "workspace:*",
"druxt": "^0.9.0",
"url-parse": "^1.4.7"

@@ -37,0 +37,0 @@ },

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