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

@pitaya-components/app

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pitaya-components/app - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

4

dist/commonjs/elements/pi-view.js

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

constructor(_rootElement, _levelHistory, _queue, _router, _pitayaConfig) {
var _a, _b;
var _a, _b, _c, _d;
this._rootElement = _rootElement;

@@ -45,3 +45,3 @@ this._levelHistory = _levelHistory;

this._routeFragment = ((_a = this._router.currentInstruction) === null || _a === void 0 ? void 0 : _a.fragment) || "";
this._level = ((_b = this._router.currentInstruction) === null || _b === void 0 ? void 0 : _b.config.settings).level || 0;
this._level = ((_d = (_c = (_b = this._router.currentInstruction) === null || _b === void 0 ? void 0 : _b.config) === null || _c === void 0 ? void 0 : _c.settings) === null || _d === void 0 ? void 0 : _d.level) || 0;
}

@@ -48,0 +48,0 @@ get level() {

@@ -31,3 +31,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

constructor(_rootElement, _levelHistory, _queue, _router, _pitayaConfig) {
var _a, _b;
var _a, _b, _c, _d;
this._rootElement = _rootElement;

@@ -43,3 +43,3 @@ this._levelHistory = _levelHistory;

this._routeFragment = ((_a = this._router.currentInstruction) === null || _a === void 0 ? void 0 : _a.fragment) || "";
this._level = ((_b = this._router.currentInstruction) === null || _b === void 0 ? void 0 : _b.config.settings).level || 0;
this._level = ((_d = (_c = (_b = this._router.currentInstruction) === null || _b === void 0 ? void 0 : _b.config) === null || _c === void 0 ? void 0 : _c.settings) === null || _d === void 0 ? void 0 : _d.level) || 0;
}

@@ -46,0 +46,0 @@ get level() {

{
"name": "@pitaya-components/app",
"version": "0.0.14",
"version": "0.0.15",
"description": "Aurelia plugin which helps building faster views and provides additional utility functionality.",

@@ -5,0 +5,0 @@ "repository": {

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