New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@md-plugins/md-plugin-headers

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@md-plugins/md-plugin-headers - npm Package Compare versions

Comparing version

to
0.1.0-alpha.5

11

package.json
{
"name": "@md-plugins/md-plugin-headers",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.5",
"description": "A markdown-it plugin for handling headers (H1-H6).",

@@ -36,6 +36,11 @@ "keywords": [

"dependencies": {
"@types/markdown-it": "^14.1.2",
"markdown-it": "^14.1.0",
"@md-plugins/shared": "0.1.0-alpha.2"
"@md-plugins/shared": "0.1.0-alpha.5"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2"
},
"peerDependencies": {
"markdown-it": "^14.1.0"
},
"publishConfig": {

@@ -42,0 +47,0 @@ "access": "public"