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
4
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.5.3
to
1.5.4
+4
-0
dist/services/backend-system.js

@@ -102,2 +102,6 @@ "use strict";

const migrationFlag = (0, node_path_1.join)((0, utils_1.getSapToolsDirectory)(), '.systemsMigrated');
if (!(0, node_fs_1.existsSync)(legacySystemsPath)) {
// No legacy file exists, nothing to migrate
return;
}
const legacyData = JSON.parse((0, node_fs_1.readFileSync)(legacySystemsPath, 'utf-8')).systems;

@@ -104,0 +108,0 @@ if ((0, node_fs_1.existsSync)(migrationFlag)) {

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

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