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

@vuepress/theme-default

Package Overview
Dependencies
Maintainers
2
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/theme-default - npm Package Compare versions

Comparing version 1.0.0-alpha.36 to 1.0.0-alpha.37

10

package.json
{
"name": "@vuepress/theme-default",
"version": "1.0.0-alpha.36",
"version": "1.0.0-alpha.37",
"description": "Default theme for VuePress",

@@ -33,5 +33,5 @@ "main": "index.js",

"dependencies": {
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.36",
"@vuepress/plugin-nprogress": "^1.0.0-alpha.36",
"@vuepress/plugin-search": "^1.0.0-alpha.36",
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.37",
"@vuepress/plugin-nprogress": "^1.0.0-alpha.37",
"@vuepress/plugin-search": "^1.0.0-alpha.37",
"docsearch.js": "^2.5.2",

@@ -41,3 +41,3 @@ "stylus": "^0.54.5",

},
"gitHead": "0df108766b5bbb94e5ba9c7a5bb92e31306e99eb"
"gitHead": "fafb9ae8fb404cffdbb10dc5b8761e4ae4b9eb64"
}

@@ -225,2 +225,7 @@ export const hashRE = /#.*$/

const children = item.children || []
if (children.length === 0) {
return Object.assign(resolvePage(pages, item.path, base), {
title: item.title
})
}
return {

@@ -227,0 +232,0 @@ type: 'group',

Sorry, the diff of this file is not supported yet

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