Socket
Socket
Sign inDemoInstall

@flue3/router

Package Overview
Dependencies
23
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6-dev.0 to 0.0.7-dev.0

lib/middleware/createRoutesMiddleware.d.ts

2

lib/router.js

@@ -6,2 +6,3 @@ import { createRouter, createWebHistory, createMemoryHistory, } from 'vue-router';

import { createErrorStateMiddleware } from './middleware/createErrorStateMiddleware.js';
import { createRoutesMiddleware } from './middleware/createRoutesMiddleware.js';
export * from 'vue-router';

@@ -36,2 +37,3 @@ export const createRouterPlugin = definePlugin(async ({ appContext, inject }, options) => {

createErrorStateMiddleware(appContext);
createRoutesMiddleware(appContext);
if (appContext.isServer) {

@@ -38,0 +40,0 @@ await router.push(appContext?.req?.url ?? '/');

2

package.json
{
"name": "@flue3/router",
"version": "0.0.6-dev.0",
"version": "0.0.7-dev.0",
"description": "flue3 <head> tag manager plugin",

@@ -5,0 +5,0 @@ "author": "FL3NKEY",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc