Socket
Socket
Sign inDemoInstall

@aurelia/router-lite

Package Overview
Dependencies
7
Maintainers
1
Versions
248
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1-dev.202203150711 to 2.0.1-dev.202203160158

16

package.json
{
"name": "@aurelia/router-lite",
"version": "2.0.1-dev.202203150711",
"version": "2.0.1-dev.202203160158",
"main": "dist/cjs/index.js",

@@ -43,9 +43,9 @@ "module": "dist/esm/index.js",

"dependencies": {
"@aurelia/kernel": "2.0.1-dev.202203150711",
"@aurelia/metadata": "2.0.1-dev.202203150711",
"@aurelia/platform": "2.0.1-dev.202203150711",
"@aurelia/platform-browser": "2.0.1-dev.202203150711",
"@aurelia/route-recognizer": "2.0.1-dev.202203150711",
"@aurelia/runtime": "2.0.1-dev.202203150711",
"@aurelia/runtime-html": "2.0.1-dev.202203150711"
"@aurelia/kernel": "2.0.1-dev.202203160158",
"@aurelia/metadata": "2.0.1-dev.202203160158",
"@aurelia/platform": "2.0.1-dev.202203160158",
"@aurelia/platform-browser": "2.0.1-dev.202203160158",
"@aurelia/route-recognizer": "2.0.1-dev.202203160158",
"@aurelia/runtime": "2.0.1-dev.202203160158",
"@aurelia/runtime-html": "2.0.1-dev.202203160158"
},

@@ -52,0 +52,0 @@ "devDependencies": {

@@ -362,4 +362,4 @@ /* eslint-disable @typescript-eslint/restrict-template-expressions */

public addRoute(routeable: Promise<IModule>): Promise<void>
public addRoute(routeable: Exclude<Routeable, Promise<IModule>>): void | Promise<void>
public addRoute(routeable: Promise<IModule>): Promise<void>;
public addRoute(routeable: Exclude<Routeable, Promise<IModule>>): void | Promise<void>;
public addRoute(routeable: Routeable): void | Promise<void> {

@@ -366,0 +366,0 @@ this.logger.trace(`addRoute(routeable:'${routeable}')`);

@@ -115,3 +115,2 @@ import { IContainer, IModule, Metadata, onResolve } from '@aurelia/kernel';

} else {
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
return `RD(config.path:${path},redirectTo:'${this.redirectTo}')`;

@@ -118,0 +117,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc