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
1
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 12.8.1 to 13.0.0-beta.1

16

package.json
{
"name": "@vueuse/router",
"type": "module",
"version": "12.8.1",
"version": "13.0.0-beta.1",
"description": "Utilities for vue-router",

@@ -26,18 +26,12 @@ "author": "Anthony Fu <https://github.com/antfu>",

"exports": {
".": {
"import": "./index.mjs",
"require": "./index.cjs"
},
".": "./index.mjs",
"./*": "./*"
},
"main": "./index.cjs",
"main": "./index.mjs",
"module": "./index.mjs",
"unpkg": "./index.iife.min.js",
"jsdelivr": "./index.iife.min.js",
"types": "./index.d.ts",
"types": "./index.d.mts",
"files": [
"*.cjs",
"*.d.cts",
"*.d.mts",
"*.d.ts",
"*.js",

@@ -51,3 +45,3 @@ "*.mjs"

"vue": "^3.5.13",
"@vueuse/shared": "12.8.1"
"@vueuse/shared": "13.0.0-beta.1"
},

@@ -54,0 +48,0 @@ "devDependencies": {

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