Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simple-boot-core

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-boot-core - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

2

package.json
{
"name": "simple-boot-core",
"version": "1.0.13",
"version": "1.0.14",
"main": "SimpleApplication.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -48,6 +48,7 @@ "use strict";

RouterManager.prototype.routing = function (intent) {
var _a;
return __awaiter(this, void 0, void 0, function () {
var routers, rootRouter, executeModule, notFound, _i, _a, route, nf, _b;
return __generator(this, function (_c) {
switch (_c.label) {
var routers, rootRouter, executeModule, notFound, _i, _b, route, nf, _c;
return __generator(this, function (_d) {
switch (_d.label) {
case 0:

@@ -59,4 +60,4 @@ routers = [];

notFound = void 0;
for (_i = 0, _a = routers.slice().reverse(); _i < _a.length; _i++) {
route = _a[_i];
for (_i = 0, _b = routers.slice().reverse(); _i < _b.length; _i++) {
route = _b[_i];
if (route !== rootRouter) {

@@ -75,6 +76,6 @@ nf = route.notFound(intent);

executeModule.routerChains = routers;
_b = executeModule;
_c = executeModule;
return [4, executeModule.router.canActivate(intent, executeModule)];
case 1:
_b.module = _c.sent();
_c.module = (_a = (_d.sent())) !== null && _a !== void 0 ? _a : executeModule.module;
return [2, this.activeRouterModule = executeModule];

@@ -81,0 +82,0 @@ case 2: return [2, undefined];

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