electron-store
Advanced tools
Comparing version 9.0.0 to 10.0.0
{ | ||
"name": "electron-store", | ||
"version": "9.0.0", | ||
"version": "10.0.0", | ||
"description": "Simple data persistence for your Electron app or module - Save and load user settings, app state, cache, etc", | ||
@@ -46,9 +46,9 @@ "license": "MIT", | ||
"dependencies": { | ||
"conf": "^12.0.0", | ||
"type-fest": "^4.18.1" | ||
"conf": "^13.0.0", | ||
"type-fest": "^4.20.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^6.1.2", | ||
"electron": "^30.0.1", | ||
"execa": "^8.0.1", | ||
"ava": "^6.1.3", | ||
"electron": "^31.0.1", | ||
"execa": "^9.2.0", | ||
"tsd": "^0.31.0", | ||
@@ -55,0 +55,0 @@ "xo": "^0.58.0" |
@@ -67,3 +67,3 @@ # electron-store | ||
Under the hood, the JSON Schema validator [ajv](https://github.com/epoberezkin/ajv) is used to validate your config. We use [JSON Schema draft-07](http://json-schema.org/latest/json-schema-validation.html) and support all [validation keywords](https://github.com/epoberezkin/ajv/blob/master/KEYWORDS.md) and [formats](https://github.com/epoberezkin/ajv#formats). | ||
Under the hood, the JSON Schema validator [ajv](https://ajv.js.org/json-schema.html) is used to validate your config. We use [JSON Schema draft-2020-12](https://json-schema.org/draft/2020-12/release-notes) and support all validation keywords and formats. | ||
@@ -70,0 +70,0 @@ You should define your schema as an object where each key is the name of your data's property and each value is a JSON schema used to validate that property. See more [here](https://json-schema.org/understanding-json-schema/reference/object.html#properties). |
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
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
20431
+ Addedajv-formats@3.0.1(transitive)
+ Addedconf@13.0.1(transitive)
+ Addeddebounce-fn@6.0.0(transitive)
+ Addeddot-prop@9.0.0(transitive)
+ Addedmimic-function@5.0.1(transitive)
+ Addedtype-fest@4.26.1(transitive)
+ Addeduint8array-extras@1.4.0(transitive)
- Removedajv-formats@2.1.1(transitive)
- Removedconf@12.0.0(transitive)
- Removeddebounce-fn@5.1.2(transitive)
- Removeddot-prop@8.0.2(transitive)
- Removedmimic-fn@4.0.0(transitive)
- Removedtype-fest@3.13.14.27.0(transitive)
- Removeduint8array-extras@0.3.0(transitive)
Updatedconf@^13.0.0
Updatedtype-fest@^4.20.0