Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@flue3/router

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flue3/router - npm Package Compare versions

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc