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.26

4

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

@@ -38,3 +38,3 @@ "keywords": [

"@types/markdown-it": "^14.1.2",
"@md-plugins/shared": "0.1.0-alpha.25"
"@md-plugins/shared": "0.1.0-alpha.26"
},

@@ -41,0 +41,0 @@ "peerDependencies": {

@@ -20,8 +20,8 @@ # @md-plugins/md-plugin-headers

```bash
# With npm:
# with pnpm:
pnpm add @md-plugins/md-plugin-headers
# with Yarn:
yarn add @md-plugins/md-plugin-headers
# with npm:
npm install @md-plugins/md-plugin-headers
# Or with Yarn:
yarn add @md-plugins/md-plugin-headers
# Or with pnpm:
pnpm add @md-plugins/md-plugin-headers
```

@@ -28,0 +28,0 @@