Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sap-ux/store

Package Overview
Dependencies
Maintainers
3
Versions
37
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 0.4.3 to 0.5.0

2

dist/secure-store/index.js

@@ -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 @@

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