You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

table-of-content

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

table-of-content - npm Package Compare versions

Comparing version

to
1.0.6

2

package.json
{
"name": "table-of-content",
"version": "1.0.5",
"version": "1.0.6",
"description": "Table of Contents Generator is a JavaScript package that creates a floating table of contents (TOC) button and panel for web pages.",

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

@@ -90,3 +90,3 @@ # Table of Contents Generator

```
<script src="node_modules/toc-generator/index.js"></script>
<script src="node_modules/table-of-content/index.js"></script>
```

@@ -97,3 +97,3 @@

```
const { initTableOfContents } = require('toc-generator');
const { initTableOfContents } = require('table-of-content');
initTableOfContents();

@@ -100,0 +100,0 @@ toc.destroy();