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.13 to 1.0.0-alpha.14

lib/markdownSlotsContainers.js

5

lib/index.js

@@ -16,2 +16,3 @@ 'use strict'

const containersPlugin = require('./containers')
const markdownSlotsContainersPlugin = require('./markdownSlotsContainers')
const snippetPlugin = require('./snippet')

@@ -79,2 +80,6 @@ const emojiPlugin = require('markdown-it-emoji')

.plugin('markdown-slots-containers')
.use(markdownSlotsContainersPlugin)
.end()
.plugin('emoji')

@@ -81,0 +86,0 @@ .use(emojiPlugin)

4

package.json
{
"name": "@vuepress/markdown",
"version": "1.0.0-alpha.13",
"version": "1.0.0-alpha.14",
"description": "markdown for vuepress",

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

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

@@ -24,0 +24,0 @@ "markdown-it-anchor": "^5.0.2",

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