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.1 to 0.2.2

2

package.json
{
"name": "@vaadin-component-factory/vcf-anchor-nav",
"version": "0.2.1",
"version": "0.2.2",
"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.1';
return '0.2.2';
}

@@ -184,3 +184,3 @@

section.name
.replace(/[^a-zA-Z- ]/g, '')
.replace(/[^a-zA-Z0-9- ]/g, '')
.replace(/ /g, '-')

@@ -187,0 +187,0 @@ .toLowerCase();

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