Socket
Socket
Sign inDemoInstall

@amalto/typings

Package Overview
Dependencies
Maintainers
3
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amalto/typings - npm Package Compare versions

Comparing version 1.9.40 to 1.9.41

14

build/models/WebStorage.d.ts

@@ -11,17 +11,17 @@ import { UserModel } from './UserModel';

storeLastTriggeredUpdate: (date: string) => void;
lastTriggeredUpdate: string;
lastTriggeredUpdate: string | null;
storeAccessToken: (accessToken: string) => void;
accessToken: string;
accessToken: string | null;
storeRefreshToken: (refreshToken: string) => void;
refreshToken: string;
refreshToken: string | null;
storeUser: (user: UserModel) => void;
user: UserModel;
user: UserModel | null;
storeAppInstances: (appInstances: AppInstanceModel[]) => void;
appInstances: AppInstanceModel[];
storeSelectedAppInstance: (appInstanceName: string) => void;
selectedAppInstance: AppInstanceModel;
selectedAppInstance: AppInstanceModel | null;
storeLastUsedAppInstance: (appInstanceName: string) => void;
lastUsedAppInstance: string;
lastUsedAppInstance: string | null;
storeAppEndpoints: (appEndpoints: Endpoints) => void;
appEndpoints: Endpoints;
appEndpoints: Endpoints | null;
storeScopesTree: (scopesTree: ScopesTree) => void;

@@ -28,0 +28,0 @@ scopesTree: ScopesTree;

@@ -22,3 +22,3 @@

lastTriggeredUpdate: string;
lastTriggeredUpdate: string | null;

@@ -31,7 +31,7 @@ /**

accessToken: string;
accessToken: string | null;
storeRefreshToken: ( refreshToken: string ) => void;
refreshToken: string;
refreshToken: string | null;

@@ -46,3 +46,3 @@ /**

user: UserModel;
user: UserModel | null;

@@ -57,3 +57,3 @@ /** Saved in sessionStorage */

selectedAppInstance: AppInstanceModel;
selectedAppInstance: AppInstanceModel | null;

@@ -63,3 +63,3 @@ /** saved in localStorage */

lastUsedAppInstance: string;
lastUsedAppInstance: string | null;

@@ -69,3 +69,3 @@ /** saved in sessionStorage */

appEndpoints: Endpoints;
appEndpoints: Endpoints | null;

@@ -72,0 +72,0 @@ /** saved in sessionStorage */

@@ -5,3 +5,3 @@ {

"description": "Interfaces used in Platform 6 UI component.",
"version": "1.9.40",
"version": "1.9.41",
"license": "MIT",

@@ -46,3 +46,3 @@ "repository": {

},
"gitHead": "7e177a28dc52da42adf3868402f96880b1967003"
"gitHead": "603921e200ac48d2fb948401c2a09e93e513ffb8"
}
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