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.24 to 0.0.25

2

index.js

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

open.style.display = "inline";
open.style.fontSize = "15px";
close.innerHTML = "▲";
close.style.display = "none";
close.style.fontSize = "15px";
tocEl.appendChild(open)

@@ -72,0 +74,0 @@ tocEl.appendChild(close);

2

package.json
{
"name": "@anywhichway/autohelm",
"version": "0.0.24",
"version": "0.0.25",
"description": "A library to support standardized table of contents and footnote navigation in HTML files",

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

@@ -42,2 +42,4 @@ # autohelm

2023-12-04 v0.0.25 Reduce size of open/close caret
2023-12-04 v0.0.24 First documented public version
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