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 0.2.0 to 0.2.1

2

package.json
{
"name": "@vaadin-component-factory/vcf-anchor-nav",
"version": "0.2.0",
"version": "0.2.1",
"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",

@@ -119,3 +119,3 @@ /**

static get version() {
return '0.2.0';
return '0.2.1';
}

@@ -181,3 +181,8 @@

section.name = section.name || `Section ${i + 1}`;
section.id = section.id || section.name.replace(/ /g, '-').toLowerCase();
section.id =
section.id ||
section.name
.replace(/[^a-zA-Z- ]/g, '')
.replace(/ /g, '-')
.toLowerCase();
a.innerText = section.name;

@@ -184,0 +189,0 @@ a.id = `${section.id}-anchor`;

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