Socket
Socket
Sign inDemoInstall

@vuepress/shared

Package Overview
Dependencies
1
Maintainers
6
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-beta.43 to 2.0.0-beta.44

2

dist/index.js

@@ -90,3 +90,3 @@ // src/utils/index.ts

}
if (link.startsWith("/") && !link.startsWith(base)) {
if (link.startsWith("/") && !link.startsWith(base) && !link.endsWith(".md")) {
return true;

@@ -93,0 +93,0 @@ }

{
"name": "@vuepress/shared",
"version": "2.0.0-beta.43",
"version": "2.0.0-beta.44",
"description": "Utils that shared between VuePress node and client",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc