Socket
Socket
Sign inDemoInstall

@vuepress/client

Package Overview
Dependencies
Maintainers
6
Versions
87
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-beta.65 to 2.0.0-beta.66

10

dist/app.js

@@ -104,19 +104,11 @@ import {

});
let pendingPageData;
let pendingToPath;
router.beforeResolve(async (to, from) => {
if (to.path !== from.path || from === START_LOCATION) {
;
[pendingPageData] = await Promise.all([
[pageData.value] = await Promise.all([
resolvers.resolvePageData(to.name),
pagesComponents[to.name]?.__asyncLoader()
]);
pendingToPath = to.path;
}
});
router.afterEach((to, from) => {
if (to.path !== from.path && to.path === pendingToPath) {
pageData.value = pendingPageData;
}
});
return router;

@@ -123,0 +115,0 @@ };

4

package.json
{
"name": "@vuepress/client",
"version": "2.0.0-beta.65",
"version": "2.0.0-beta.66",
"description": "Client package of VuePress",

@@ -40,3 +40,3 @@ "keywords": [

"vue-router": "^4.2.4",
"@vuepress/shared": "2.0.0-beta.65"
"@vuepress/shared": "2.0.0-beta.66"
},

@@ -43,0 +43,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