cat-settings
Advanced tools
Comparing version 1.0.2 to 1.0.3
10
index.js
/** | ||
* @license GPLv3 | ||
* @license GPL-3.0+ | ||
* @author 0@39.yt (Yurij Mikhalevich) | ||
@@ -38,4 +38,4 @@ */ | ||
/** | ||
* Sets all object properties to same in settings without cleaning and saving | ||
* | ||
* Sets all object properties to same in settings without cleaning and | ||
* saving | ||
* @param {Object} settings | ||
@@ -63,3 +63,2 @@ */ | ||
* Asynchronously loads object from JSON file | ||
* | ||
* @param {String} [file] | ||
@@ -94,3 +93,2 @@ * @param {Function} callback | ||
* Synchronously loads object from JSON file | ||
* | ||
* @param {String} [file] | ||
@@ -120,3 +118,2 @@ * @returns {Object} | ||
* Asynchronously saves object to JSON file | ||
* | ||
* @param {String} [file] | ||
@@ -143,3 +140,2 @@ * @param {Function} callback | ||
* Synchronously saves object to JSON file | ||
* | ||
* @param {String} [file] | ||
@@ -146,0 +142,0 @@ */ |
{ | ||
"name": "cat-settings", | ||
"description": "Provides simple API to access and modify application settings, stored in JSON-file", | ||
"version": "1.0.2", | ||
"license": "GPL-3.0+", | ||
"version": "1.0.3", | ||
"dependencies": { | ||
@@ -6,0 +7,0 @@ "jsonfile": "*" |
Sorry, the diff of this file is not supported yet
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
21605
138