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

astro-toc

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astro-toc - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

package.json
{
"name": "astro-toc",
"description": "Table of Contents (ToC) generator for Astro. Use custom components for interactivity.",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",

@@ -13,3 +13,2 @@ "exports": {

"astro-component",
"typescript",
"ui"

@@ -16,0 +15,0 @@ ],

@@ -0,1 +1,5 @@

<div>
<img src="https://raw.githubusercontent.com/theisel/astro-toc/main/logo.svg" width="240" alt="astro-toc logo">
</div>
# astro-toc

@@ -6,3 +10,3 @@

Table of Contents (ToC) generator for [Astro](https://astro.build/).
Table of Contents (ToC) generator for [Astro](https://astro.build/)

@@ -25,5 +29,5 @@ [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/theisel/astro-toc/tree/main/demo)

### Classic `default`
### Classic
This is render mode can render your `toc` as `<ul>`, `<ol>` or `<menu>`; set the `style` property to select your flavour.
This render mode can render your `toc` as `<ul>`, `<ol>` or `<menu>`; set the `style` property to select your flavour.

@@ -30,0 +34,0 @@ | Property | Type | Description |

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