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

@ecl/vanilla-component-inpage-navigation

Package Overview
Dependencies
Maintainers
5
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecl/vanilla-component-inpage-navigation - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0-beta.2

7

inpage-navigation.js

@@ -243,5 +243,6 @@ import Stickyfill from 'stickyfilljs';

);
const element = currentInpage.childNodes[
addedNodeIndex - 1
].cloneNode(true);
const element =
currentInpage.childNodes[addedNodeIndex - 1].cloneNode(
true
);
element.childNodes[0].textContent = addedNode.textContent;

@@ -248,0 +249,0 @@ element.childNodes[0].href = `#${addedNode.id}`;

@@ -5,3 +5,3 @@ {

"license": "EUPL-1.2",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "ECL In-page Navigation",

@@ -13,4 +13,4 @@ "main": "inpage-navigation.js",

"dependencies": {
"@ecl/theme-dev": "^3.0.0-beta.1",
"@ecl/vanilla-layout-grid": "^3.0.0-beta.1",
"@ecl/theme-dev": "^3.0.0-beta.2",
"@ecl/vanilla-layout-grid": "^3.0.0-beta.2",
"gumshoejs": "5.1.2",

@@ -35,3 +35,3 @@ "stickyfilljs": "2.1.0"

],
"gitHead": "cbd6c68e880c649c3567d3ce9cdf595b65fabed2"
"gitHead": "021d345920ae3722a77599b2055d4d4e060573e5"
}
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