New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin-component-factory/vcf-anchor-nav

Package Overview
Dependencies
Maintainers
5
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin-component-factory/vcf-anchor-nav - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "@vaadin-component-factory/vcf-anchor-nav",
"version": "1.0.7",
"version": "1.0.8",
"description": "Component with tabs used as anchor navigation and content sections. Automates the linking of tabs and sections.",

@@ -5,0 +5,0 @@ "main": "theme/lumo/vcf-anchor-nav.js",

@@ -145,3 +145,3 @@ /**

static get version() {
return '1.0.7';
return '1.0.8';
}

@@ -276,3 +276,3 @@

this._initTabHighlight();
this._scrollToSection(this.selectedId);
this.scrollTo({ top: this.querySelector(`#${this.selectedId}`).offsetTop - this._tabHeight });
});

@@ -279,0 +279,0 @@ observer.observe(this.$.container);

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