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

@intlify/vue-router-composable

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.0-4d9b3bb to 0.0.0-9551f85

5

lib/index.d.ts

@@ -1,3 +0,6 @@

import { useRouter, useRoute } from 'vue-router'
import type { RouteLocationNormalizedLoaded, Router } from 'vue-router'
declare function useRouter<T = Router>(): T
declare function useRoute<T = RouteLocationNormalizedLoaded>(): T
declare const isVueRouter3: boolean

@@ -4,0 +7,0 @@ declare const isVueRouter4: boolean

4

lib/v3/index.d.ts

@@ -6,4 +6,4 @@ import VueRouter from 'vue-router'

declare const useRouter: () => VueRouter
declare const useRoute: () => ComputedRef<Route>
declare function useRouter<T = VueRouter>(): T
declare function useRoute<T = ComputedRef<Route>>(): T

@@ -10,0 +10,0 @@ declare const isVueRouter3: boolean

@@ -1,3 +0,6 @@

import { useRouter, useRoute } from 'vue-router'
import type { RouteLocationNormalizedLoaded, Router } from 'vue-router'
declare function useRouter<T = Router>(): T
declare function useRoute<T = RouteLocationNormalizedLoaded>(): T
declare const isVueRouter3: boolean

@@ -4,0 +7,0 @@ declare const isVueRouter4: boolean

{
"name": "@intlify/vue-router-composable",
"version": "0.0.0-4d9b3bb",
"version": "0.0.0-9551f85",
"description": "The universal composable for Vue Router",

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

Sorry, the diff of this file is not supported yet

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