Socket
Socket
Sign inDemoInstall

@vuepress/client

Package Overview
Dependencies
Maintainers
2
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/client - npm Package Compare versions

Comparing version 2.0.0-rc.13 to 2.0.0-rc.14

dist/chunk-YRXAAVF4.js

10

dist/app.js

@@ -15,3 +15,3 @@ import {

withBase
} from "./chunk-ZQJPP2LC.js";
} from "./chunk-YRXAAVF4.js";

@@ -53,6 +53,4 @@ // src/app.ts

scrollBehavior: (to, _from, savedPosition) => {
if (savedPosition)
return savedPosition;
if (to.hash)
return { el: to.hash };
if (savedPosition) return savedPosition;
if (to.hash) return { el: to.hash };
return { top: 0 };

@@ -299,3 +297,3 @@ }

if (__VUEPRESS_DEV__ || __VUE_PROD_DEVTOOLS__) {
const { setupDevtools } = await import("./setupDevtools-H6KAGBNI.js");
const { setupDevtools } = await import("./setupDevtools-HHDGOOYC.js");
setupDevtools(app, globalComputed);

@@ -302,0 +300,0 @@ }

2

dist/index.js

@@ -31,3 +31,3 @@ import {

withBase
} from "./chunk-ZQJPP2LC.js";
} from "./chunk-YRXAAVF4.js";
export {

@@ -34,0 +34,0 @@ AutoLink,

{
"name": "@vuepress/client",
"version": "2.0.0-rc.13",
"version": "2.0.0-rc.14",
"description": "Client package of VuePress",

@@ -36,6 +36,6 @@ "keywords": [

"dependencies": {
"@vue/devtools-api": "^6.6.1",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"@vuepress/shared": "2.0.0-rc.13"
"@vue/devtools-api": "^6.6.3",
"vue": "^3.4.29",
"vue-router": "^4.3.3",
"@vuepress/shared": "2.0.0-rc.14"
},

@@ -42,0 +42,0 @@ "publishConfig": {

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