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.67 to 2.0.0-beta.68

dist/chunk-DHNSDB55.js

4

dist/app.js

@@ -21,3 +21,3 @@ import {

withBase
} from "./chunk-WOIWBUXI.js";
} from "./chunk-DHNSDB55.js";

@@ -139,3 +139,3 @@ // src/app.ts

pagesData.value[data.key] = () => Promise.resolve(data);
if (data.key === router.currentRoute.value.meta._data.key) {
if (data.key === router.currentRoute.value.meta._data?.key) {
router.currentRoute.value.meta._data = data;

@@ -142,0 +142,0 @@ pageData.trigger();

@@ -32,3 +32,3 @@ import {

withBase
} from "./chunk-WOIWBUXI.js";
} from "./chunk-DHNSDB55.js";
export {

@@ -35,0 +35,0 @@ ClientOnly,

{
"name": "@vuepress/client",
"version": "2.0.0-beta.67",
"version": "2.0.0-beta.68",
"description": "Client package of VuePress",

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

"dependencies": {
"@vue/devtools-api": "^6.5.0",
"@vueuse/core": "^10.4.1",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"@vuepress/shared": "2.0.0-beta.67"
"@vue/devtools-api": "^6.5.1",
"@vueuse/core": "^10.6.0",
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"@vuepress/shared": "2.0.0-beta.68"
},

@@ -66,3 +66,3 @@ "publishConfig": {

"sourcemap": false,
"target": "es2020",
"target": "es2022",
"tsconfig": "./tsconfig.dts.json"

@@ -69,0 +69,0 @@ },

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