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

@lwce/router

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwce/router - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

package.json
{
"name": "@lwce/router",
"version": "0.2.3",
"version": "0.2.4",
"description": "A LWC router that supports server-side rendering",

@@ -5,0 +5,0 @@ "keywords": [

@@ -6,6 +6,9 @@ import {LightningElement, api} from 'lwc';

@api href;
@api className;
@api role;
@api ariaPressed;
get className() {
return this.getAttribute('class');
}
navigate(e) {

@@ -12,0 +15,0 @@ e.preventDefault();

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