Socket
Socket
Sign inDemoInstall

@vuepress/markdown

Package Overview
Dependencies
Maintainers
6
Versions
180
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.67 to 2.0.0-beta.68

4

dist/index.js

@@ -373,3 +373,3 @@ var __defProp = Object.defineProperty;

;
(env.importedFiles ?? (env.importedFiles = [])).push(importFilePath);
(env.importedFiles ??= []).push(importFilePath);
}

@@ -460,3 +460,3 @@ return md.renderer.rules.fence(tokens, idx, options2, env, slf);

hrefAttr[1] = `${normalizedPath}${rawHash}`;
(env.links ?? (env.links = [])).push({
(env.links ??= []).push({
raw: hrefLink,

@@ -463,0 +463,0 @@ relative: relativePath,

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

@@ -30,21 +30,21 @@ "keywords": [

"dependencies": {
"@mdit-vue/plugin-component": "^0.12.1",
"@mdit-vue/plugin-frontmatter": "^0.12.1",
"@mdit-vue/plugin-headers": "^0.12.1",
"@mdit-vue/plugin-sfc": "^0.12.1",
"@mdit-vue/plugin-title": "^0.12.1",
"@mdit-vue/plugin-toc": "^0.12.1",
"@mdit-vue/shared": "^0.12.1",
"@mdit-vue/types": "^0.12.0",
"@types/markdown-it": "^13.0.1",
"@types/markdown-it-emoji": "^2.0.2",
"markdown-it": "^13.0.1",
"@mdit-vue/plugin-component": "^1.0.0",
"@mdit-vue/plugin-frontmatter": "^1.0.0",
"@mdit-vue/plugin-headers": "^1.0.0",
"@mdit-vue/plugin-sfc": "^1.0.0",
"@mdit-vue/plugin-title": "^1.0.0",
"@mdit-vue/plugin-toc": "^1.0.0",
"@mdit-vue/shared": "^1.0.0",
"@mdit-vue/types": "^1.0.0",
"@types/markdown-it": "^13.0.6",
"@types/markdown-it-emoji": "^2.0.4",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-emoji": "^2.0.2",
"mdurl": "^1.0.1",
"@vuepress/shared": "2.0.0-beta.67",
"@vuepress/utils": "2.0.0-beta.67"
"@vuepress/shared": "2.0.0-beta.68",
"@vuepress/utils": "2.0.0-beta.68"
},
"devDependencies": {
"@types/mdurl": "^1.0.2"
"@types/mdurl": "^1.0.5"
},

@@ -65,3 +65,3 @@ "publishConfig": {

"sourcemap": false,
"target": "es2020",
"target": "es2022",
"tsconfig": "../tsconfig.dts.json"

@@ -68,0 +68,0 @@ },

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