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-8229ee2

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-8229ee2",
"description": "The universal composable for Vue Router",

@@ -65,3 +65,4 @@ "peerDependencies": {

"postinstall": "node ./scripts/postinstall.js"
}
},
"readme": "# @intlify/vue-router-composable\n\nThe universal composable for Vue Router\n\nWIP: 👷\n\n## 🌟 Features\n- Vue Router composable APIs available on Vue 2 & Vue 3\n- Auto detect Vue Router version on bundling\n- Manual switch versions\n\n## ©️ License\n\n[MIT](http://opensource.org/licenses/MIT)"
}

Sorry, the diff of this file is not supported yet

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