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

balena-settings-storage

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balena-settings-storage - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1-build-fix-local-storage-check-190fe6ba20cb71703cc9de4376b3ba5f1618f09a-1

2

build/index.js

@@ -11,3 +11,3 @@ "use strict";

const localStore = require('./stores/local-storage');
store = localStorage.isSupported()
store = localStore.isSupported()
? localStore.createStorage(options === null || options === void 0 ? void 0 : options.dataDirectory)

@@ -14,0 +14,0 @@ : require('./stores/virtual-storage').createStore(options === null || options === void 0 ? void 0 : options.dataDirectory);

@@ -7,2 +7,7 @@ # Change Log

# v8.0.1
## (2023-07-26)
* Fix the localStorage support check [Thodoris Greasidis]
# v8.0.0

@@ -9,0 +14,0 @@ ## (2023-07-24)

@@ -15,3 +15,3 @@ import * as nodeStore from './stores/node-storage';

require('./stores/local-storage') as typeof import('./stores/local-storage');
store = localStorage.isSupported()
store = localStore.isSupported()
? localStore.createStorage(options?.dataDirectory)

@@ -18,0 +18,0 @@ : (

{
"name": "balena-settings-storage",
"version": "8.0.0",
"version": "8.0.1-build-fix-local-storage-check-190fe6ba20cb71703cc9de4376b3ba5f1618f09a-1",
"description": "Balena settings storage utilities",

@@ -63,4 +63,4 @@ "main": "build/index.js",

"versionist": {
"publishedAt": "2023-07-24T13:45:33.487Z"
"publishedAt": "2023-07-26T14:05:37.485Z"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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