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.15-dev.0 to 0.0.16-dev.0

6

lib/router.js

@@ -7,7 +7,7 @@ import { createRouter, createWebHistory, createMemoryHistory, } from 'vue-router';

import { createRoutesMiddleware } from './middleware/createRoutesMiddleware.js';
import { proceedUncertainModule } from 'flue3/lib/utils/proceedUncertainModule.js';
import { proceedUncertainModuleFunc } from 'flue3/src/utils/proceedUncertainModuleFunc.js';
export * from 'vue-router';
export const createRouterPlugin = definePlugin(async ({ appContext, inject, onAfterEntry, }, options) => {
const routes = await proceedUncertainModule(options.routes);
const layouts = await proceedUncertainModule(options.layouts);
const routes = await proceedUncertainModuleFunc(options.routes, appContext);
const layouts = await proceedUncertainModuleFunc(options.layouts, appContext);
const router = createRouter({

@@ -14,0 +14,0 @@ routes: [...routes, ...pluginRoutes],

{
"name": "@flue3/router",
"version": "0.0.15-dev.0",
"version": "0.0.16-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