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

@altano/remark-mdx-toc-with-slugs

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@altano/remark-mdx-toc-with-slugs - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

dist/index.d.ts

@@ -1,4 +0,8 @@

import { RemarkMdxTocOptions } from 'remark-mdx-toc';
import { TocEntry, RemarkMdxTocOptions } from 'remark-mdx-toc';
import { Plugin } from 'unified';
declare type TableOfContentsEntry = TocEntry & {
slug: string;
children: TableOfContentsEntry[];
};
declare type RemarkMdxTocWithSlugsOptions = RemarkMdxTocOptions;

@@ -12,2 +16,2 @@ /**

export { RemarkMdxTocWithSlugsOptions, remarkMdxTocWithSlugs as default };
export { RemarkMdxTocWithSlugsOptions, TableOfContentsEntry, remarkMdxTocWithSlugs as default };
{
"name": "@altano/remark-mdx-toc-with-slugs",
"version": "1.0.1",
"version": "1.0.2",
"description": "A remark plugin to generate a table of contents (including slugs) and convert it into MDX export",

@@ -5,0 +5,0 @@ "type": "module",

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