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
170
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.2.13 to 1.2.14

2

js/heading-anchor.js

@@ -1,3 +0,3 @@

document.querySelectorAll('h1,h2,h3').forEach(h => {
document.querySelectorAll('h1,h2,h3,h4,h5,h6').forEach(h => {
if (h.id) h.innerHTML += ` <span class="anchor"><a href="#${h.id}">#</a></span>`;
});

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

document.querySelectorAll("h1,h2,h3").forEach((a=>{a.id&&(a.innerHTML+=` <span class="anchor"><a href="#${a.id}">#</a></span>`)}));
document.querySelectorAll("h1,h2,h3,h4,h5,h6").forEach((h=>{h.id&&(h.innerHTML+=` <span class="anchor"><a href="#${h.id}">#</a></span>`)}));
{
"name": "@xiee/utils",
"version": "1.2.13",
"version": "1.2.14",
"description": "Miscellaneous tools and utilities to manipulate HTML pages",

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

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