Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@sap-ux/store

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/store - npm Package Compare versions

Comparing version
1.4.2
to
1.5.0
+9
-1
dist/entities/backend-system.d.ts

@@ -12,2 +12,6 @@ import type { EntityKey } from '.';

readonly hasSensitiveData?: boolean;
readonly systemInfo?: {
systemId: string;
client: string;
};
readonly serviceKeys?: unknown;

@@ -17,3 +21,3 @@ readonly refreshToken?: string;

readonly password?: string;
constructor({ name, url, client, systemType, serviceKeys, refreshToken, username, password, userDisplayName, authenticationType, connectionType }: {
constructor({ name, url, client, systemType, serviceKeys, refreshToken, username, password, userDisplayName, authenticationType, connectionType, systemInfo }: {
name: string;

@@ -30,2 +34,6 @@ url: string;

authenticationType?: AuthenticationType;
systemInfo?: {
systemId: string;
client: string;
};
});

@@ -32,0 +40,0 @@ }

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

hasSensitiveData;
systemInfo;
serviceKeys;

@@ -29,3 +30,3 @@ refreshToken;

password;
constructor({ name, url, client, systemType, serviceKeys, refreshToken, username, password, userDisplayName, authenticationType, connectionType }) {
constructor({ name, url, client, systemType, serviceKeys, refreshToken, username, password, userDisplayName, authenticationType, connectionType, systemInfo }) {
this.name = name;

@@ -44,2 +45,3 @@ this.url = url;

this.hasSensitiveData = (0, utils_1.hasAnyValue)(this, sensitiveProps);
this.systemInfo = systemInfo;
}

@@ -81,2 +83,6 @@ }

__decorate([
decorators_1.serializable,
__metadata("design:type", Object)
], BackendSystem.prototype, "systemInfo", void 0);
__decorate([
decorators_1.sensitiveData,

@@ -83,0 +89,0 @@ __metadata("design:type", Object)

+1
-1
{
"name": "@sap-ux/store",
"version": "1.4.2",
"version": "1.5.0",
"description": "NPM module for storing persistent data",

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