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

@xiee/utils

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xiee/utils - npm Package Compare versions

Comparing version 1.3.11 to 1.3.12

js/toc-highlight.js

2

package.json
{
"name": "@xiee/utils",
"version": "1.3.11",
"version": "1.3.12",
"description": "Miscellaneous tools and utilities to manipulate HTML pages",

@@ -5,0 +5,0 @@ "scripts": {

@@ -59,2 +59,8 @@ This repo contains miscellaneous tools and utilities written in JavaScript. They

## fullwidth.js
Find `<pre>` and `<table>` elements and add the `fullwidth` class to them if
they are too wide, so they can be styled differently (e.g., [full
bleed](https://css-tricks.com/full-bleed/)).
## hash-notes.js

@@ -97,2 +103,6 @@

## number-sections.js
Find all section headings (`h1` - `h6`) and number them.
## render-katex.js

@@ -107,1 +117,10 @@

the em-dash.
## toc.js
Automatically build a table of contents (TOC) from all section headings.
## toc-highlight.js
Add a class `active` to the TOC item (`<a>`) corresponding to the section
heading that is currently being scrolled into view.
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