Socket
Socket
Sign inDemoInstall

@vuepress/markdown

Package Overview
Dependencies
Maintainers
2
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 1.0.0-alpha.33 to 1.0.0-alpha.34

2

lib/snippet.js

@@ -27,3 +27,3 @@ const { fs } = require('@vuepress/shared-utils')

const rawPath = state.src.slice(start, end).trim().replace(/^@/, root)
const filename = rawPath.split(/[{:\s]/).shift()
const filename = rawPath.split(/[{\s]/).shift()
const content = fs.existsSync(filename) ? fs.readFileSync(filename).toString() : 'Not found: ' + filename

@@ -30,0 +30,0 @@ const meta = rawPath.replace(filename, '')

{
"name": "@vuepress/markdown",
"version": "1.0.0-alpha.33",
"version": "1.0.0-alpha.34",
"description": "markdown for vuepress",

@@ -21,3 +21,3 @@ "main": "index.js",

"dependencies": {
"@vuepress/shared-utils": "^1.0.0-alpha.33",
"@vuepress/shared-utils": "^1.0.0-alpha.34",
"markdown-it": "^8.4.1",

@@ -43,3 +43,3 @@ "markdown-it-anchor": "^5.0.2",

"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/markdown#readme",
"gitHead": "257364e2419ecbba256d72218fbf21c9ca44d688"
"gitHead": "9e7728a58cc67898da2b2746872be90f1528bcab"
}
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