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

@tager/admin-layout

Package Overview
Dependencies
Maintainers
2
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tager/admin-layout - npm Package Compare versions

Comparing version 0.0.3-rc.1 to 0.0.3-rc.2

2

package.json
{
"name": "@tager/admin-layout",
"version": "0.0.3-rc.1",
"version": "0.0.3-rc.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "dist/index.umd.js",

@@ -46,7 +46,2 @@ import Vue, { VueConstructor } from 'vue';

export declare function createRouter(
routerOptions?: RouterOptions,
params?: { useNotFoundRoute?: boolean; useTitleSync?: boolean }
): VueRouter;
export type Breadcrumb = { path: string; label: Nullish<string> };

@@ -66,2 +61,11 @@

export type CustomRouterOptions = Omit<RouterOptions, 'routes'> & {
routes?: Array<CustomRouteConfig>;
};
export declare function createRouter(
routerOptions?: CustomRouterOptions,
params?: { useNotFoundRoute?: boolean; useTitleSync?: boolean }
): VueRouter;
export declare const NotFound: VueConstructor<Vue>;
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