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.4 to 0.2.5

2

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

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

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

sendRouteParams() {
this.wireAdapters.forEach(adapter => adapter(this.routeParams));
if (this.rendered) {
this.wireAdapters.forEach(adapter => adapter(this.routeParams));
}
}
}
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