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

rehype-mdx-headings

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rehype-mdx-headings - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

dist/index.d.ts
import type { Plugin } from 'unified';
import type { Element, Node } from 'hast';
declare const rehypeMdxHeadings: Plugin<{
className: string[];
}[] | never[], Node<Element>, Node<Element>>;
declare const rehypeMdxHeadings: Plugin<never[], Node<Element>, Node<Element>>;
export default rehypeMdxHeadings;
{
"name": "rehype-mdx-headings",
"version": "0.1.0",
"version": "0.1.1",
"description": "rehype MDX plugin to export a JavaScript array of headings",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

# rehype-mdx-headings
![CI](https://github.com/kazushisan/rehype-mdx-headings/actions/workflows/ci.yml/badge.svg) [![npm version](https://badge.fury.io/js/rehype-mdx-headings.svg)](https://badge.fury.io/js/rehype-mdx-headings)
rehype MDX plugin to export a JavaScript array of headings

@@ -4,0 +6,0 @@

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