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

@digital-realty/ix-app-logic

Package Overview
Dependencies
Maintainers
0
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digital-realty/ix-app-logic - npm Package Compare versions

Comparing version 1.0.2-alpha-226186-t51.0 to 1.0.2-alpha-226228-t51.0

1

dist/src/views/auto-logout-dialog.d.ts

@@ -8,2 +8,3 @@ import { LitElement } from 'lit';

externalCheck?: Function;
timeoutAction: () => void;
private _timerInterval;

@@ -10,0 +11,0 @@ private _tickingTimer;

5

dist/src/views/auto-logout-dialog.js

@@ -12,5 +12,8 @@ import { __decorate } from "tslib";

this.openedAt = +new Date();
this.timeoutAction = () => {
window.location.href = '/logout?isIdle=true';
};
this._timerInterval = 1000;
this._tickingTimer = 0;
this.timeoutController = new TimeoutController(this, async () => this.openedAt === -1 || +new Date() - this.openedAt >= this.timer, () => (window.location.href = '/logout?isIdle=true'), () => {
this.timeoutController = new TimeoutController(this, async () => +new Date() - this.openedAt >= this.timer, () => this.timeoutAction(), () => {
this._tickingTimer += this._timerInterval;

@@ -17,0 +20,0 @@ if (this.externalCheck) {

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

"author": "ix-app-logic",
"version": "1.0.2-alpha-226186-t51.0",
"version": "1.0.2-alpha-226228-t51.0",
"type": "module",

@@ -36,7 +36,7 @@ "exports": {

"@adobe/lit-mobx": "^2.2.2",
"@digital-realty/ix-button": "^3.3.5-alpha-226186-t51.0",
"@digital-realty/ix-dialog": "^1.1.6-alpha-226186-t51.0",
"@digital-realty/ix-button": "^3.3.5-alpha-226228-t51.0",
"@digital-realty/ix-dialog": "^1.1.6-alpha-226228-t51.0",
"@digital-realty/ix-progress": "^1.2.3",
"@digital-realty/ix-twlit": "1.0.1",
"@digital-realty/theme": "^2.1.6-alpha-226186-t51.0",
"@digital-realty/theme": "^2.1.6-alpha-226228-t51.0",
"lit": "^3.1.4",

@@ -108,3 +108,3 @@ "mobx": "^6.13.3",

],
"gitHead": "d9249f4d1deaeca80546933610365deeefbb3899"
"gitHead": "683e9d1362cf8ce78b587ea64278363c3adc5bd5"
}

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