New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.18 to 0.0.19

2

dist/commonjs/elements/pi-view.js

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

}
if (scrollHistoryMode === "onlyUp" && ((_a = this._appController) === null || _a === void 0 ? void 0 : _a.navigationLevelHistory.previous) < this._level) {
if (scrollHistoryMode === "onlyUp" && ((_a = this._appController) === null || _a === void 0 ? void 0 : _a.navigationLevelHistory.previous) <= this._level) {
return;

@@ -95,0 +95,0 @@ }

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

}
if (scrollHistoryMode === "onlyUp" && ((_a = this._appController) === null || _a === void 0 ? void 0 : _a.navigationLevelHistory.previous) < this._level) {
if (scrollHistoryMode === "onlyUp" && ((_a = this._appController) === null || _a === void 0 ? void 0 : _a.navigationLevelHistory.previous) <= this._level) {
return;

@@ -93,0 +93,0 @@ }

{
"name": "@pitaya-components/app",
"version": "0.0.18",
"version": "0.0.19",
"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