You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
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

to
0.3.1-9a573af

2

lib/index.d.ts

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

// Stub VueRouter class interfaces
declare type VueRouter = {
declare interface VueRouter {
app: Vue

@@ -12,0 +12,0 @@ options: RouterOptions

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

// Stub VueRouter class interfaces
declare type VueRouter = {
declare interface VueRouter {
app: Vue

@@ -12,0 +12,0 @@ options: RouterOptions

{
"name": "@intlify/vue-router-bridge",
"version": "0.3.0",
"version": "0.3.1-9a573af",
"description": "Vue Router bridging for Vue 2 & Vue 3",
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
},
"peerDependencies": {

@@ -67,3 +64,6 @@ "@vue/composition-api": "^1.0.0-rc.1",

"access": "public"
},
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
}
}
}