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

@intlify/vue-router-bridge

Package Overview
Dependencies
Maintainers
2
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intlify/vue-router-bridge - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

15

lib/index.d.ts

@@ -92,3 +92,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

}
declare type RoutePropsFunction = (route: Route) => Record<string, anu>
declare type RoutePropsFunction = (route: Route) => Record<string, any>
declare interface _RouteConfigBase {

@@ -107,3 +107,3 @@ path: string

component?: Component
props?: boolean | Rect | RoutePropsFunction
props?: boolean | Record<string, any> | RoutePropsFunction
}

@@ -148,2 +148,9 @@ declare interface RouteConfigMultipleViews extends _RouteConfigBase {

/**
* Define dummy vue-router 3 class
*/
declare class VueRouter3 {
constructor(options?: RouterOptions)
}
// export vue-router@4 typings

@@ -167,5 +174,5 @@ export * from 'vue-router'

// export dummy VueRouter class
export default VueRouter
// Export dummy VueRouter class
export default VueRouter3
/* eslint-enable @typescript-eslint/no-explicit-any */

@@ -92,3 +92,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

}
declare type RoutePropsFunction = (route: Route) => Record<string, anu>
declare type RoutePropsFunction = (route: Route) => Record<string, any>
declare interface _RouteConfigBase {

@@ -107,3 +107,3 @@ path: string

component?: Component
props?: boolean | Rect | RoutePropsFunction
props?: boolean | Record<string, any> | RoutePropsFunction
}

@@ -148,2 +148,9 @@ declare interface RouteConfigMultipleViews extends _RouteConfigBase {

/**
* Define dummy vue-router 3 class
*/
declare class VueRouter3 {
constructor(options?: RouterOptions)
}
// export vue-router@4 typings

@@ -167,5 +174,5 @@ export * from 'vue-router'

// export dummy VueRouter class
export default VueRouter
// Export dummy VueRouter class
export default VueRouter3
/* eslint-enable @typescript-eslint/no-explicit-any */
{
"name": "@intlify/vue-router-bridge",
"version": "0.3.2",
"version": "0.3.3",
"description": "Vue Router bridging for Vue 2 & Vue 3",

@@ -5,0 +5,0 @@ "scripts": {

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