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.1.1 to 1.1.2

7

js/faq.js

@@ -33,3 +33,4 @@ ((d) => {

let li = lis[i], hash = 'faq-' + (id ? id + '-' : '') + (i + 1);
li.firstElementChild.innerHTML += ' <span class="anchor" id="' + hash +
let p = li.firstElementChild;
p.innerHTML += ' <span class="anchor" id="' + hash +
'"><a href="#' + hash + '">#</a></span>';

@@ -40,4 +41,4 @@ if (location.hash === '#' + hash) {

}
li.onclick = function(e) {
this.classList.toggle(cls_clicked);
p.onclick = function(e) {
li.classList.toggle(cls_clicked);
};

@@ -44,0 +45,0 @@ }

{
"name": "@xiee/utils",
"version": "1.1.1",
"version": "1.1.2",
"description": "Miscellaneous tools and utilities to manipulate HTML pages",

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

@@ -48,3 +48,4 @@ This repo contains miscellaneous tools and utilities written in JavaScript. They

Note that you will need to load `faq.css` accordingly.
Note that you will need to load `faq.css` accordingly. See [a more detailed
introduction here](https://yihui.org/en/2021/10/faq-list/).

@@ -51,0 +52,0 @@ ## fix-footnote.js

Sorry, the diff of this file is not supported yet

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