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

@vuepress/markdown

Package Overview
Dependencies
Maintainers
6
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.49 to 2.0.0-beta.50

dist/index.d.ts

54

package.json
{
"name": "@vuepress/markdown",
"version": "2.0.0-beta.49",
"version": "2.0.0-beta.50",
"description": "Markdown package of VuePress",

@@ -19,20 +19,25 @@ "keywords": [

"author": "meteorlxy",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"lib"
"dist"
],
"dependencies": {
"@mdit-vue/plugin-component": "^0.6.0",
"@mdit-vue/plugin-frontmatter": "^0.6.0",
"@mdit-vue/plugin-headers": "^0.6.0",
"@mdit-vue/plugin-sfc": "^0.6.0",
"@mdit-vue/plugin-title": "^0.6.0",
"@mdit-vue/plugin-toc": "^0.6.0",
"@mdit-vue/shared": "^0.6.0",
"@mdit-vue/types": "^0.6.0",
"@mdit-vue/plugin-component": "^0.9.2",
"@mdit-vue/plugin-frontmatter": "^0.9.2",
"@mdit-vue/plugin-headers": "^0.9.3",
"@mdit-vue/plugin-sfc": "^0.9.2",
"@mdit-vue/plugin-title": "^0.9.3",
"@mdit-vue/plugin-toc": "^0.9.2",
"@mdit-vue/shared": "^0.9.2",
"@mdit-vue/types": "^0.9.2",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-emoji": "^2.0.2",
"@vuepress/shared": "2.0.0-beta.49",
"@vuepress/utils": "2.0.0-beta.49",
"@vuepress/shared": "2.0.0-beta.50",
"@vuepress/utils": "2.0.0-beta.50",
"markdown-it": "^13.0.1",

@@ -43,9 +48,26 @@ "markdown-it-anchor": "^8.6.4",

},
"devDependencies": {
"@types/mdurl": "^1.0.2"
},
"publishConfig": {
"access": "public"
},
"tsup": {
"clean": true,
"dts": "./src/index.ts",
"entry": [
"./src/index.ts"
],
"format": [
"esm"
],
"outDir": "./dist",
"sourcemap": false,
"target": "es2020",
"tsconfig": "../tsconfig.dts.json"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo"
"build": "tsup",
"clean": "rimraf dist"
}
}
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