@sap-ux/store
Advanced tools
Comparing version 0.4.3 to 0.5.0
@@ -59,3 +59,3 @@ "use strict"; | ||
const getSecureStore = (log) => { | ||
if ((0, utils_1.isAppStudio)()) { | ||
if ((0, utils_1.isAppStudio)() || process.env.FIORI_TOOLS_DISABLE_SECURE_STORE) { | ||
return new dummy_store_1.DummyStore(log); | ||
@@ -62,0 +62,0 @@ } |
{ | ||
"name": "@sap-ux/store", | ||
"version": "0.4.3", | ||
"version": "0.5.0", | ||
"description": "NPM module for storing persistent data", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -23,2 +23,4 @@ # @sap-ux/store | ||
The store supports storing values in operating system specific secure storage, like keychain on MacOS or secure storage on Windows. To disable access to secure storage, environment variable `FIORI_TOOLS_DISABLE_SECURE_STORE` can be set. | ||
# Recommended way to add support for a new entity | ||
@@ -25,0 +27,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96783
89
4