Socket
Socket
Sign inDemoInstall

electron-store

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-store - npm Package Compare versions

Comparing version 8.0.1 to 8.0.2

2

index.d.ts

@@ -7,3 +7,3 @@ import {Except} from 'type-fest';

type Options<T> = Except<ConfOptions<T>, 'configName' | 'projectName' | 'projectVersion' | 'projectSuffix'> & {
type Options<T extends Record<string, any>> = Except<ConfOptions<T>, 'configName' | 'projectName' | 'projectVersion' | 'projectSuffix'> & {
/**

@@ -10,0 +10,0 @@ Name of the storage file (without extension).

{
"name": "electron-store",
"version": "8.0.1",
"version": "8.0.2",
"description": "Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc",

@@ -37,4 +37,4 @@ "license": "MIT",

"dependencies": {
"conf": "^10.0.3",
"type-fest": "^1.0.2"
"conf": "^10.1.2",
"type-fest": "^2.12.2"
},

@@ -41,0 +41,0 @@ "devDependencies": {

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