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

@mdit-vue/plugin-toc

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdit-vue/plugin-toc - npm Package Compare versions

Comparing version 0.11.1 to 0.11.2

2

dist/index.d.ts

@@ -79,3 +79,3 @@ import { MarkdownItHeader } from '@mdit-vue/types';

declare type RenderHeadersFn = (headers: MarkdownItHeader[]) => string;
type RenderHeadersFn = (headers: MarkdownItHeader[]) => string;
declare const createRenderHeaders: ({ listTag, listClass, itemClass, linkTag, linkClass, }: Pick<Required<TocPluginOptions>, 'listTag' | 'listClass' | 'itemClass' | 'linkTag' | 'linkClass'>) => RenderHeadersFn;

@@ -82,0 +82,0 @@

{
"name": "@mdit-vue/plugin-toc",
"version": "0.11.1",
"version": "0.11.2",
"description": "A markdown-it plugin to generate table-of-contents that compatible with Vue.js",

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

"dependencies": {
"@mdit-vue/shared": "0.11.0",
"@mdit-vue/shared": "0.11.2",
"@mdit-vue/types": "0.11.0",

@@ -48,3 +48,3 @@ "@types/markdown-it": "^12.2.3",

"devDependencies": {
"markdown-it-anchor": "^8.6.4"
"markdown-it-anchor": "^8.6.6"
},

@@ -54,3 +54,3 @@ "publishConfig": {

},
"gitHead": "98828479d07c7bc52d178a00cdb92c166eff09ee"
"gitHead": "676ec4ca8704d709e7a47f7f6d41ff3f70dc2356"
}

Sorry, the diff of this file is not supported yet

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