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.5-dev.3 to 0.0.5-dev.4

4

lib/components/RootView.js

@@ -16,7 +16,7 @@ import { defineComponent, Suspense, unref, h, } from 'vue';

return h(RouterView, ({ Component: ViewComponent }) => {
return Layout(ViewComponent ? h(ViewComponent) : null);
return h(Suspense, () => Layout(ViewComponent ? h(ViewComponent) : null));
});
};
return () => h(Suspense, () => Root());
return () => Root();
},
});
{
"name": "@flue3/router",
"version": "0.0.5-dev.3",
"version": "0.0.5-dev.4",
"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