New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vueuse/router

Package Overview
Dependencies
Maintainers
3
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vueuse/router - npm Package Compare versions

Comparing version 9.0.0-beta.1 to 9.0.0-beta.2

6

package.json
{
"name": "@vueuse/router",
"version": "9.0.0-beta.1",
"version": "9.0.0-beta.2",
"description": "Utilities for vue-router",

@@ -41,8 +41,8 @@ "author": "Anthony Fu <https://github.com/antfu>",

"dependencies": {
"@vueuse/shared": "9.0.0-beta.1",
"@vueuse/shared": "9.0.0-beta.2",
"vue-demi": "*"
},
"devDependencies": {
"vue-router": "^4.1.1"
"vue-router": "^4.1.2"
}
}

@@ -17,5 +17,5 @@ # @vueuse/router

<!--FUNCTIONS_LIST_STARTS-->
- [`useRouteHash`](https://vueuse.org/router/useRouteHash/) — shorthand for reactive route.hash
- [`useRouteParams`](https://vueuse.org/router/useRouteParams/) — shorthand for reactive route.params
- [`useRouteQuery`](https://vueuse.org/router/useRouteQuery/) — shorthand for reactive route.query
- [`useRouteHash`](https://vueuse.org/router/useRouteHash/) — shorthand for a reactive `route.hash`
- [`useRouteParams`](https://vueuse.org/router/useRouteParams/) — shorthand for a reactive `route.params`
- [`useRouteQuery`](https://vueuse.org/router/useRouteQuery/) — shorthand for a reactive `route.query`

@@ -22,0 +22,0 @@

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