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 3.1.0 to 3.2.0

index.d.ts

13

package.json
{
"name": "electron-store",
"version": "3.1.0",
"version": "3.2.0",
"description": "Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc",

@@ -13,6 +13,7 @@ "license": "MIT",

"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsd"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],

@@ -36,8 +37,10 @@ "keywords": [

"dependencies": {
"conf": "^4.0.0"
"conf": "^4.0.1",
"type-fest": "^0.3.1"
},
"devDependencies": {
"ava": "^1.4.1",
"electron": "^4.1.3",
"electron": "^4.1.4",
"execa": "^1.0.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"

@@ -44,0 +47,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