Socket
Socket
Sign inDemoInstall

@anywhichway/autohelm

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anywhichway/autohelm - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

4

index.js

@@ -63,6 +63,4 @@ const toTOC = (dom,headings,toc,previousLevel,previousHeading) => {

if(tocEl.hasAttribute("data-toggle")) {
const toc = document.createElement("div"),
open = document.createElement("span"),
const open = document.createElement("span"),
close = document.createElement("span");
toc.appendChild(tocEl.nextElementSibling);
toc.style.display = "none";

@@ -69,0 +67,0 @@ open.innerHTML = "+";

{
"name": "@anywhichway/autohelm",
"version": "0.0.20",
"version": "0.0.21",
"description": "A library to support standardized table of contents and footnote navigation in HTML files",

@@ -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