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.22.0 to 0.23.0

11

CHANGELOG.md
# druxt-router
## 0.23.0
### Minor Changes
- 77ab204: Added support for API Proxy
### Patch Changes
- Updated dependencies [77ab204]
- druxt@0.13.0
## 0.22.0

@@ -4,0 +15,0 @@

4

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

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

"dependencies": {
"druxt": "^0.12.0",
"druxt": "^0.13.0",
"url-parse": "^1.4.7"

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

@@ -11,2 +11,10 @@ import { DruxtRouter } from 'druxt-router'

<% if ((options.proxy || {}).api) { %>
if (process.client) {
options.proxy = {
api: <%= options.proxy.api %>
}
}
<% } %>
<% if (options.router && options.router.render) { %>

@@ -13,0 +21,0 @@ // Render component.

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