Socket
Socket
Sign inDemoInstall

@aurelia/router-lite

Package Overview
Dependencies
Maintainers
1
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurelia/router-lite - npm Package Compare versions

Comparing version 2.0.1-dev.202310121732 to 2.0.1-dev.202310131843

16

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

@@ -53,9 +53,9 @@ "module": "dist/esm/index.mjs",

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

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

// No-fallthrough disabled due to large numbers of false positives
/* eslint-disable no-fallthrough */
import { ILogger, onResolve, onResolveAll } from '@aurelia/kernel';
import { ILogger, Writable, onResolve, onResolveAll } from '@aurelia/kernel';
import { type IHydratedController, type ICustomElementController, Controller } from '@aurelia/runtime-html';

@@ -810,5 +810,9 @@

case 'none':
if (__DEV__) trace(logger, Events.vpaEndTransitionActiveCurrLifecycle, this);
this._currState = State.currIsActive;
break;
case 'invoke-lifecycles':
if (__DEV__) trace(logger, Events.vpaEndTransitionActiveCurrLifecycle, this);
this._currState = State.currIsActive;
(this._curCA! as Writable<ComponentAgent>)._routeNode = this._nextNode!;
break;

@@ -815,0 +819,0 @@ case 'replace':

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

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

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