Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vuepress-theme-hope

Package Overview
Dependencies
Maintainers
0
Versions
621
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuepress-theme-hope - npm Package Compare versions

Comparing version 2.0.0-rc.50 to 2.0.0-rc.51

6

lib/client/components/PageFooter.js

@@ -25,3 +25,3 @@ import { isString } from "@vuepress/helper/client";

? footer
: themeLocale.value.footer ?? "";
: (themeLocale.value.footer ?? "");
});

@@ -37,6 +37,6 @@ const authorText = computed(() => author.value.map(({ name }) => name).join(", "));

? getCopyrightText(license)
: globalCopyright ??
: (globalCopyright ??
(authorText.value || globalLicense
? getCopyrightText(globalLicense)
: false)));
: false))));
});

@@ -43,0 +43,0 @@ return () => enable.value

@@ -66,6 +66,6 @@ import { isPlainObject, isString } from "@vuepress/helper/client";

? null
: prevConfig ??
: (prevConfig ??
(themeLocale.value.prevLink === false
? null
: resolveFromSidebarItems(sidebarItems.value, route.path, -1));
: resolveFromSidebarItems(sidebarItems.value, route.path, -1)));
});

@@ -76,6 +76,6 @@ const nextLink = computed(() => {

? null
: nextConfig ??
: (nextConfig ??
(themeLocale.value.nextLink === false
? null
: resolveFromSidebarItems(sidebarItems.value, route.path, 1));
: resolveFromSidebarItems(sidebarItems.value, route.path, 1)));
});

@@ -82,0 +82,0 @@ return {

@@ -24,5 +24,5 @@ import { hasGlobalComponent } from "@vuepress/helper/client";

const sidebarDisplay = computed(() => __VP_BLOG__
? themeLocale.value.blog?.sidebarDisplay ??
? (themeLocale.value.blog?.sidebarDisplay ??
themeData.value.blog?.sidebarDisplay ??
"mobile"
"mobile")
: "none");

@@ -29,0 +29,0 @@ return () => [

@@ -48,3 +48,3 @@ import { entries, keys, useRoutePaths } from "@vuepress/helper/client";

: // Or fallback to homepage
targetThemeLocale.home ?? targetLocalePath;
(targetThemeLocale.home ?? targetLocalePath);
}

@@ -51,0 +51,0 @@ return {

@@ -13,3 +13,3 @@ import { computed } from "vue";

const repoLabel = computed(() => repoLink.value
? themeLocale.value.repoLabel ?? repoType.value ?? "Source"
? (themeLocale.value.repoLabel ?? repoType.value ?? "Source")
: null);

@@ -16,0 +16,0 @@ return computed(() => {

@@ -17,3 +17,3 @@ import { computed, inject, provide } from "vue";

? false
: frontmatter.value.sidebar ?? themeLocale.value.sidebar ?? "structure");
: (frontmatter.value.sidebar ?? themeLocale.value.sidebar ?? "structure"));
const headerDepth = computed(() => frontmatter.value.headerDepth ?? themeLocale.value.headerDepth ?? 2);

@@ -20,0 +20,0 @@ const sidebarItems = computed(() => resolveSidebarItems({

{
"name": "vuepress-theme-hope",
"version": "2.0.0-rc.50",
"version": "2.0.0-rc.51",
"description": "A light vuepress theme with tons of features",

@@ -58,23 +58,23 @@ "keywords": [

"dependencies": {
"@vuepress/helper": "2.0.0-rc.37",
"@vuepress/plugin-active-header-links": "2.0.0-rc.37",
"@vuepress/plugin-back-to-top": "2.0.0-rc.37",
"@vuepress/plugin-blog": "2.0.0-rc.37",
"@vuepress/plugin-catalog": "2.0.0-rc.37",
"@vuepress/plugin-comment": "2.0.0-rc.37",
"@vuepress/plugin-copy-code": "2.0.0-rc.37",
"@vuepress/plugin-copyright": "2.0.0-rc.37",
"@vuepress/plugin-git": "2.0.0-rc.37",
"@vuepress/plugin-links-check": "2.0.0-rc.37",
"@vuepress/plugin-notice": "2.0.0-rc.37",
"@vuepress/plugin-nprogress": "2.0.0-rc.37",
"@vuepress/plugin-photo-swipe": "2.0.0-rc.37",
"@vuepress/plugin-reading-time": "2.0.0-rc.37",
"@vuepress/plugin-rtl": "2.0.0-rc.37",
"@vuepress/plugin-sass-palette": "2.0.0-rc.37",
"@vuepress/plugin-seo": "2.0.0-rc.37",
"@vuepress/plugin-shiki": "2.0.0-rc.37",
"@vuepress/plugin-sitemap": "2.0.0-rc.37",
"@vuepress/plugin-theme-data": "2.0.0-rc.37",
"@vuepress/plugin-watermark": "2.0.0-rc.37",
"@vuepress/helper": "2.0.0-rc.38",
"@vuepress/plugin-active-header-links": "2.0.0-rc.38",
"@vuepress/plugin-back-to-top": "2.0.0-rc.38",
"@vuepress/plugin-blog": "2.0.0-rc.38",
"@vuepress/plugin-catalog": "2.0.0-rc.38",
"@vuepress/plugin-comment": "2.0.0-rc.38",
"@vuepress/plugin-copy-code": "2.0.0-rc.38",
"@vuepress/plugin-copyright": "2.0.0-rc.38",
"@vuepress/plugin-git": "2.0.0-rc.38",
"@vuepress/plugin-links-check": "2.0.0-rc.38",
"@vuepress/plugin-notice": "2.0.0-rc.38",
"@vuepress/plugin-nprogress": "2.0.0-rc.38",
"@vuepress/plugin-photo-swipe": "2.0.0-rc.38",
"@vuepress/plugin-reading-time": "2.0.0-rc.38",
"@vuepress/plugin-rtl": "2.0.0-rc.38",
"@vuepress/plugin-sass-palette": "2.0.0-rc.38",
"@vuepress/plugin-seo": "2.0.0-rc.38",
"@vuepress/plugin-shiki": "2.0.0-rc.38",
"@vuepress/plugin-sitemap": "2.0.0-rc.38",
"@vuepress/plugin-theme-data": "2.0.0-rc.38",
"@vuepress/plugin-watermark": "2.0.0-rc.38",
"@vueuse/core": "^10.11.0",

@@ -86,6 +86,6 @@ "balloon-css": "^1.2.0",

"gray-matter": "^4.0.3",
"vue": "^3.4.29",
"vuepress-plugin-components": "2.0.0-rc.50",
"vuepress-shared": "2.0.0-rc.50",
"vuepress-plugin-md-enhance": "2.0.0-rc.50"
"vue": "^3.4.31",
"vuepress-plugin-components": "2.0.0-rc.51",
"vuepress-plugin-md-enhance": "2.0.0-rc.51",
"vuepress-shared": "2.0.0-rc.51"
},

@@ -95,15 +95,16 @@ "devDependencies": {

"@vuepress/bundler-webpack": "2.0.0-rc.14",
"vuepress-plugin-search-pro": "2.0.0-rc.50"
"rollup": "4.18.1",
"vuepress-plugin-search-pro": "2.0.0-rc.51"
},
"peerDependencies": {
"@vuepress/plugin-docsearch": "2.0.0-rc.37",
"@vuepress/plugin-feed": "2.0.0-rc.37",
"@vuepress/plugin-docsearch": "2.0.0-rc.38",
"@vuepress/plugin-feed": "2.0.0-rc.38",
"@vuepress/plugin-prismjs": "2.0.0-rc.37",
"@vuepress/plugin-pwa": "2.0.0-rc.37",
"@vuepress/plugin-redirect": "2.0.0-rc.37",
"@vuepress/plugin-search": "2.0.0-rc.37",
"@vuepress/plugin-pwa": "2.0.0-rc.38",
"@vuepress/plugin-redirect": "2.0.0-rc.38",
"@vuepress/plugin-search": "2.0.0-rc.38",
"nodejs-jieba": "^0.1.2",
"sass-loader": "^14.0.0",
"vuepress": "2.0.0-rc.14",
"vuepress-plugin-search-pro": "2.0.0-rc.50"
"vuepress-plugin-search-pro": "2.0.0-rc.51"
},

@@ -110,0 +111,0 @@ "peerDependenciesMeta": {

@@ -14,3 +14,3 @@ <!-- markdownlint-disable -->

[![Version](https://img.shields.io/npm/v/vuepress-theme-hope.svg?style=flat-square&logo=npm) ![Downloads](https://img.shields.io/npm/dm/vuepress-theme-hope.svg?style=flat-square&logo=npm) ![Total downloads](https://img.shields.io/npm/dt/vuepress-theme-hope?style=flat-square&logo=npm)](https://www.npmjs.com/package/vuepress-theme-hope)
[![Version](https://img.shields.io/npm/v/vuepress-theme-hope.svg?style=flat-square&logo=npm)![Downloads](https://img.shields.io/npm/dm/vuepress-theme-hope.svg?style=flat-square&logo=npm)![Total downloads](https://img.shields.io/npm/dt/vuepress-theme-hope?style=flat-square&logo=npm)](https://www.npmjs.com/package/vuepress-theme-hope)

@@ -17,0 +17,0 @@ [![open-collective](https://opencollective.com/vuepress-theme-hope/tiers/badge.svg)](https://opencollective.com/vuepress-theme-hope)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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