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.13 to 0.0.14

5

dist/commonjs/elements/pi-view.js

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

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

@@ -43,4 +44,4 @@ this._levelHistory = _levelHistory;

this._scopedOfflineMethod = this._onOffline.bind(this);
this._routeFragment = this._router.currentInstruction.fragment;
this._level = this._router.currentInstruction.config.settings.level || 0;
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;
}

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

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

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

@@ -41,4 +42,4 @@ this._levelHistory = _levelHistory;

this._scopedOfflineMethod = this._onOffline.bind(this);
this._routeFragment = this._router.currentInstruction.fragment;
this._level = this._router.currentInstruction.config.settings.level || 0;
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;
}

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

2

package.json
{
"name": "@pitaya-components/app",
"version": "0.0.13",
"version": "0.0.14",
"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