@sap-ux/store
Advanced tools
@@ -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": { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
113706
0.12%2334
0.17%