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

@vuepress/markdown

Package Overview
Dependencies
Maintainers
7
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/markdown - npm Package Compare versions

Comparing version 2.0.0-beta.35 to 2.0.0-beta.36

2

lib/plugins/codePlugin/codePlugin.js

@@ -65,3 +65,3 @@ "use strict";

.join('');
result = `${result}<div class="line-numbers">${lineNumbersCode}</div>`;
result = `${result}<div class="line-numbers" aria-hidden="true">${lineNumbersCode}</div>`;
}

@@ -68,0 +68,0 @@ result = `<div class="${languageClass} ext-${language.ext}${useLineNumbers ? ' line-numbers-mode' : ''}">${result}</div>`;

{
"name": "@vuepress/markdown",
"version": "2.0.0-beta.35",
"version": "2.0.0-beta.36",
"description": "Markdown package of VuePress",

@@ -40,3 +40,3 @@ "keywords": [

},
"gitHead": "4bf1c55b6fb863c9251aa80178d5bc6475f5b315"
"gitHead": "275ac05052de642e698bc0fb7fad61fce702a978"
}
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