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

@vuepress/shared

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/shared - npm Package Compare versions

Comparing version 2.0.0-rc.13 to 2.0.0-rc.14

3

dist/index.js

@@ -14,4 +14,3 @@ // src/utils/links/isLinkWithProtocol.ts

var inferRoutePath = (path) => {
if (!path || path.endsWith("/"))
return path;
if (!path || path.endsWith("/")) return path;
let routePath = path.replace(/(^|\/)README.md$/i, "$1index.html");

@@ -18,0 +17,0 @@ if (routePath.endsWith(".md")) {

{
"name": "@vuepress/shared",
"version": "2.0.0-rc.13",
"version": "2.0.0-rc.14",
"description": "Utils that shared between VuePress node and client",

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

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