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

markdown-it-anchor

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-it-anchor - npm Package Compare versions

Comparing version 8.6.2 to 8.6.3

2

package.json
{
"name": "markdown-it-anchor",
"version": "8.6.2",
"version": "8.6.3",
"description": "Header anchors for markdown-it.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -39,3 +39,3 @@ import MarkdownIt = require('markdown-it');

export type PermalinkGenerator = (slug: string, opts: PermalinkOptions, state: State, index: number) => string;
export type PermalinkGenerator = (slug: string, opts: PermalinkOptions, state: State, index: number) => void;

@@ -42,0 +42,0 @@ export interface AnchorInfo {

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