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

@frui.ts/screens

Package Overview
Dependencies
Maintainers
5
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frui.ts/screens - npm Package Compare versions

Comparing version 0.15.0-beta.5 to 0.15.0-beta.6

5

dist/navigation/router.js

@@ -33,6 +33,6 @@ "use strict";

function Router() {
this.routes = new Map();
}
Router.prototype.start = function (rootViewModel) {
this.rootViewModel = rootViewModel;
this.routes = new Map();
var rootKey = this.findRootRouteKey();

@@ -61,2 +61,5 @@ if (rootKey) {

}
else {
console.warn("Router could not find route", { routeName: routeName, routeParams: routeParams, queryParams: queryParams });
}
};

@@ -63,0 +66,0 @@ Router.prototype.findRootRouteKey = function () {

1

dist/structure/conductorSingleChild.d.ts

@@ -6,3 +6,4 @@ import ConductorBaseWithActiveChild from "./conductorBaseWithActiveChild";

protected onDeactivate(isClosing: boolean): Promise<void>;
protected abstract findNavigationChild(navigationName: string | undefined): Promise<TChild | undefined> | TChild | undefined;
protected onChildNavigated(child: TChild | undefined): Promise<void>;
}

@@ -6,3 +6,3 @@ {

},
"version": "0.15.0-beta.5",
"version": "0.15.0-beta.6",
"description": "Frui.ts core classes for application structure and navigation",

@@ -38,3 +38,3 @@ "keywords": [

"dependencies": {
"@frui.ts/helpers": "^0.15.0-beta.5",
"@frui.ts/helpers": "^0.15.0-beta.6",
"query-string": "^6.9.0",

@@ -49,3 +49,3 @@ "route-parser": "^0.0.5"

},
"gitHead": "e9e49d06ec4ffabd162f27edadce019b4031d2c9"
"gitHead": "80cf5a737f5eb5403a155fd4a2e2f36d81c50264"
}

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